Loading Tool

Explorer IconExplorer

Memory Pool

72,505 transactions
28.07 vMB
0.06829053 BTC
Random Selection Loading Transactions
Max Size: 166.47/200 MB

Candidate Block

Mining Attempt 44861f02b20b22d3de47a05e5433be2aa8a3493d25fde7092e48abb9168da09d
Version 20000000
Previous Block 00000000000000000000f8e5ceecb61863cf986472f3f497521e70a33dcb2b9b
Merkle Root 582d5e0b1fe3fe20e751c6a4f3b99545930e4b576f56261d7c8a4e46155fbdf3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,400
Size: 1.00 vMB
Total Fees: 0.01222378 BTC
Feerates: 155.87 > 1.22 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,037 (228,334 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
686,703 686,703 0000000000000000000c3216db332cd0d29dfc3dd631c906351fe82d5120105e 2,256 1.00/1.00 vMB 18
686,702 686,702 0000000000000000000bfdd964f1771093434027c9d68f60a74dac6fb80ac705 1,953 1.00/1.00 vMB 28
686,701 686,701 000000000000000000029d7effe1408d66741e634a67f71e4bff3d30dfa43ce9 2,392 1.00/1.00 vMB 21
686,700 686,700 00000000000000000002ac7a909bad16664d612280b71b239663a7b4ba556dfc 583 1.00/1.00 vMB 26
686,699 686,699 0000000000000000000a6e81613ebd5153c4ea519005acf7bf26a9847868116f 2,066 1.00/1.00 vMB 38
686,698 686,698 0000000000000000000c2eae165fd4f54da0cdb9775117ff02e22758500cb78d 2,025 1.00/1.00 vMB 24
686,697 686,697 00000000000000000005b52c43a9e36230f6a8751901a97713ae200006fd89ed 2,178 1.00/1.00 vMB 48
686,696 686,696 00000000000000000000d5d7679a9479df634232e29e5de90453e6500f70b489 995 1.00/1.00 vMB 35
686,695 686,695 0000000000000000000c2159dd45b1a1d15cf8db2d16aadaf26ad42d09892f63 1,537 1.00/1.00 vMB 24
686,694 686,694 000000000000000000042d8c8e830eee72d3516f4b42107f55b6e94b83911235 1,182 1.00/1.00 vMB 50
686,693 686,693 00000000000000000006c0b221ca789083b5f1126fdaeb32360cb499a4e386be 2,499 1.00/1.00 vMB 30
686,692 686,692 0000000000000000000143c5d003b15fe3e2d850fc090055ca1e7c34a2fa4188 2,887 1.00/1.00 vMB 66
686,691 686,691 00000000000000000002d4fbed7737fd7b787c967aea93f1d1182f5fd9125777 2,562 1.00/1.00 vMB 55
686,690 686,690 0000000000000000000a2f71bbd732f3aa18c3fcd84e6a84843adef8ae85c17a 1,278 1.00/1.00 vMB 10
686,689 686,689 000000000000000000051a55487af38fff6fcf2f9717c9658fd1093d38d2853c 1,505 1.00/1.00 vMB 14
686,688 686,688 000000000000000000034be1e2b1bc68fddb59503003ba79314ad1399db3bce0 1,563 1.00/1.00 vMB 13
686,687 686,687 000000000000000000066762ba677c9acc5f6537419c805fc93e18e37501a573 1,943 1.00/1.00 vMB 8
686,686 686,686 00000000000000000009418b8f22202f32b5ff16ead448c4ade9045003a4af1b 2,236 1.00/1.00 vMB 5
686,685 686,685 0000000000000000000583e9769aae9810e08d1167d364a87230c0f651d030fc 2,456 1.00/1.00 vMB 33
686,684 686,684 00000000000000000008c7a229d9c5358f08a1bbec73ae05c97e4971db5d28c4 2,016 1.00/1.00 vMB 26
686,683 686,683 00000000000000000006a9e382dc4a3bbdf2a9bc5eb49662f62b44bd393fa3fd 2,664 1.00/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 782.46 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: 667.67 GB
    • Received: 15.27 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.