Loading Tool

Explorer IconExplorer

Memory Pool

77,099 transactions
28.63 vMB
0.06502144 BTC
Random Selection Loading Transactions
Max Size: 173.74/200 MB

Candidate Block

Mining Attempt 4e907d78dd6be406edbeaa98cd87b60838e7cb2c0b3b2ba20ac49116db0c5993
Version 20000000
Previous Block 00000000000000000000a3d0f5c6cfeed8adce1f3d87a1319020a3e5786a42ed
Merkle Root 5a3008e6ff3a9eee4a894a7996f2fd4070897fd2ac9d18f06475be9617f9631a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,658
Size: 1.00 vMB
Total Fees: 0.00559492 BTC
Feerates: 100.28 > 0.56 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,092 (862,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
52,970 52,970 000000000de2c13a9688d76148b4323ba830ee78acc1fdd7b68677501a229e7c 1 0.00/1.00 vMB 0
52,969 52,969 000000000b3a0888022b765b5c78b3fe9beb5cc07e930f40be0ab7138883ce8a 4 0.00/1.00 vMB 0
52,968 52,968 000000000afb8013cfdf8fe08c83bf7e743877cc3bde4d9557a85627696ec2d3 1 0.00/1.00 vMB 0
52,967 52,967 0000000004e9b014872359f753f826ab40ed9f18b679581a50fa8e9846a11f2a 3 0.00/1.00 vMB 0
52,966 52,966 0000000011f384eedfb81250df6770d77d43399bd5f3d258a28cbc4284963f81 1 0.00/1.00 vMB 0
52,965 52,965 00000000146abbfc538b9616b658386137ace760d76432ada3f265e65a3c9a11 1 0.00/1.00 vMB 0
52,964 52,964 000000000331c43a673f4a1fe8e155094de92b486b47fbceaa8c291b59e057bb 4 0.00/1.00 vMB 0
52,963 52,963 000000000d7385eab105f2607489a0cd1de498091123b9934bf890e1dd26be54 1 0.00/1.00 vMB 0
52,962 52,962 000000000ba0e6e689f019412f5e45df81ec497fdb1d90091ae158e391182292 1 0.00/1.00 vMB 0
52,961 52,961 000000000996d421e49eccd5418cab579bbca952bc717edf01c46eb8a09352c8 1 0.00/1.00 vMB 0
52,960 52,960 000000000d2197edb402ff23493b4eee4908e4be913ab05c572eee7db9ae4f44 1 0.00/1.00 vMB 0
52,959 52,959 0000000002617839113b77b5b0df80859ec40ab61d1db6ca8793fb03868b0024 1 0.00/1.00 vMB 0
52,958 52,958 000000000cebff16df466fe49d2bfe7905cd5b77a06bd86d1b2919f27699429a 1 0.00/1.00 vMB 0
52,957 52,957 00000000103a244af5619b71d55bec6350b6b24be848b1f33bede6e6f9ad70cd 2 0.00/1.00 vMB 0
52,956 52,956 000000000b1a711674518cc2ef84f601d1de0bcf53d1bb007b2e808bcd53e37b 1 0.00/1.00 vMB 0
52,955 52,955 000000000570cc125a4149a8ad960481db40f91be7896d4bd7cac2b8df3fa1f3 1 0.00/1.00 vMB 0
52,954 52,954 00000000034a874b993b6f5d90592ce5d1aa9f74d854a9f242de4423a6741953 1 0.00/1.00 vMB 0
52,953 52,953 0000000005fccccd18ffad1f941fc90d94d4c18034773bceee526df03d0a7ed0 1 0.00/1.00 vMB 0
52,952 52,952 00000000086c23c19922aa63fd75aa99cd6ac5f1c3804bf2a988554caa156291 1 0.00/1.00 vMB 0
52,951 52,951 0000000015c1e120a1bc6eaf24c6d9d91af37bf7b5ca86dfecca975da22b20e1 1 0.00/1.00 vMB 0
52,950 52,950 000000000dc43bfb88d572b7afbb1729b963f7f7baccfccdfffa99a42a36a7e6 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.55 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 669.87 GB
    • Received: 15.78 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.