Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

352 transactions (0.09 vMB)

Priority:

  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,276 000000000000000000022b910000000000000000000000000000000000000000 0.09 vMB 339 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,275 (881,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,840 29,840 00000000b0745b8acbe9ef22f6b89e87e090d287021bbf436ff8d3ff611b8b2d 0.00 MB 1 0
29,839 29,839 00000000e757ead7f484d63976093188bacdd86abfe4d4c27766249c8229257b 0.00 MB 1 0
29,838 29,838 0000000002b01779a48d37e944b7d960f8202489074343eb6949c2d37df96648 0.00 MB 1 0
29,837 29,837 00000000d51495d6e6b90ee2f4c4d2ac732e02017c4d639ff3cd44c8592dc188 0.00 MB 1 0
29,836 29,836 00000000baa27d2a3e5c254b8ac48bce537a9a7e64d12a2df11ba87acf76a9ba 0.00 MB 1 0
29,835 29,835 00000000a1581fa94479fd73d9a4e8279dc186f857f215b8db73896378ba2c50 0.00 MB 1 0
29,834 29,834 00000000ef66f617024ad4dff16575173f3e4547007abe7d108e1821127d140a 0.00 MB 1 0
29,833 29,833 000000002b72b2e90e07d19bf37072670516370f854a64472fa1fa0474e6722e 0.00 MB 1 0
29,832 29,832 00000000c7294dc5f4b330dca1a9c6fc620f36cc356f8bd4a0ba3b5158c8a621 0.00 MB 1 0
29,831 29,831 000000009022ba59b0bf976c1294e7a19dde8219b540a2a7c656248a43534c4c 0.00 MB 1 0
29,830 29,830 00000000c7b1dfdb3d03912dfb1df71a871b737e0342a359ccf205af79c72748 0.00 MB 1 0
29,829 29,829 00000000b5f0d61bd50cc952416052d0774b7b79366c31d89ec5e6de4905a49d 0.00 MB 1 0
29,828 29,828 00000000504f846594f24f4bd50ad8b0f89b45f8bfb0feb56ecee9144a4c6356 0.00 MB 1 0
29,827 29,827 0000000091bf65fc2521b67d2672b7221ae0dc013b000fc669a7cda10895a3fa 0.00 MB 1 0
29,826 29,826 00000000aaa1e92fb3d1360748593aa997465ebb93547b01bf5b246a6241e45d 0.00 MB 1 0
29,825 29,825 000000002b53efb396d0cef811956940660d0fd5e024be85cce0bab3c3aabcc5 0.00 MB 1 0
29,824 29,824 0000000061acbfec8b7a69e37ca90318528120a91afac48d17a572b6eb39da40 0.00 MB 1 0
29,823 29,823 00000000ec53d518a120e024e9a81fbed3c613d7dea876577880b53dea8c09de 0.00 MB 1 0
29,822 29,822 000000008f3b1c38854c59a9b1e6a0067e97f9b954019c57ddc9fc453b31a3a6 0.00 MB 1 0
29,821 29,821 00000000f15a98638b0e618b2f32a34d24b1f63aebef517ba05603f291c66596 0.00 MB 1 0
29,820 29,820 000000009c8feeb027e1f417b5c7cd900a8994023c5c273160bc383206771353 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 775.75 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,389.48 GB sent, 127.60 GB received

Notes

  • This page updates every 5 seconds.
  • 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.