Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,925 transactions (1.99 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,010 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,829 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,009 (878,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
31,431 31,431 000000001f741e705c05b1389e0ea8d0ca0c5d2c746bbb1527c8b90d56fb0686 0.00 MB 1 0
31,430 31,430 000000000d2bd32dffc9a0600820c5863e5c0d5221ec14519c0eac4158f4c142 0.00 MB 1 0
31,429 31,429 00000000109dd08220d6fee5973d97ad0734d57a4cb81098f7f076caf515f990 0.00 MB 1 0
31,428 31,428 000000006af123ee737cb76d924c310db61a7c1543e99eba483797cbf4311cb8 0.00 MB 1 0
31,427 31,427 00000000b6a0015e65e9412738852d072554bb80255036b4427d2fe14c43db38 0.00 MB 1 0
31,426 31,426 0000000014e84908a227238d8a77f0f942de208dc149c955fc3e03d5e7afc10c 0.00 MB 1 0
31,425 31,425 00000000bacaecd2f07770fcf0310fa5fd537ffde7581c98ed44926efd4fb3f3 0.00 MB 1 0
31,424 31,424 0000000047f5a250f21a676fd30545a996f70458a2e5c6530e0d88eed77f0b05 0.00 MB 1 0
31,423 31,423 00000000485af5be24f6efe07255fcb2fafb412769eeb9a3638ee971929b8d42 0.00 MB 1 0
31,422 31,422 000000000f833d3109eca46d07c69c66eead0e1490c6dbedf9bea897c058adca 0.00 MB 1 0
31,421 31,421 00000000bcfef59e06a43ce03381512c216543f9a80c3f4de70d1f4eeb435f8e 0.00 MB 1 0
31,420 31,420 000000006884c441db7d570b4858e9567515394e712fdfdc1d79dcb81c034207 0.00 MB 1 0
31,419 31,419 00000000875f3c734d06dfee856d5c989190600e675e678cf7b7a898a7daacd3 0.00 MB 1 0
31,418 31,418 000000003160d953ec23a70355146f0e28e4ba0a664017545ccc32622415ab6c 0.00 MB 1 0
31,417 31,417 00000000d4a62028ebcfa392e6d93669c4195953ab1d0707741c6dc9dd7b7262 0.00 MB 1 0
31,416 31,416 000000002e1ed998d1271946a8fdc9eb005bda82c7bbe754f46d36c362fed0ed 0.00 MB 1 0
31,415 31,415 0000000017f3423cb56eaec66ad809fce4d92173bda0791cf39c5d42c6602190 0.00 MB 1 0
31,414 31,414 00000000616f8de891aa999d7d9e334142783cc414aee3b6d5aab6e7e9847972 0.00 MB 1 0
31,413 31,413 00000000706d0eadbca82450ff5616005f64360db91131fb62b2fb3a580b082b 0.00 MB 1 0
31,412 31,412 000000008a366ba91fa58d01a0c35fdd84cdcc58109d56400283dde1eaee7048 0.00 MB 1 0
31,411 31,411 00000000fa703925e4c3332b5e2222537c581e521bc89b618c3e713f29fed94b 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.41 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,184.50 GB sent, 115.33 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.