Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,083 transactions (0.52 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,740 000000000000000000022b910000000000000000000000000000000000000000 0.51 vMB 1,078 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,739 (91,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
820,705 820,705 000000000000000000037018c58bca9ca68cb94f28565953e94d7fadc741c52a 1.84 MB 4,236 57
820,704 820,704 000000000000000000021020ed494b96b467a04a71fa44fa4df4e257a00b27d2 1.82 MB 3,509 48
820,703 820,703 00000000000000000002ad6628b6d0c94623ef1c7774f575383883d5f569bbd7 1.83 MB 2,865 75
820,702 820,702 0000000000000000000415cf0dfdd1d470a727da0e59688047203c52a7c2dc36 1.94 MB 4,644 67
820,701 820,701 000000000000000000014e613ece1f46d7e4fb729406bbba3812bf0ffcaea07c 1.73 MB 4,043 108
820,700 820,700 00000000000000000001cf17868d5855de87131c234597449af8b5ae645e6b57 1.68 MB 3,974 72
820,699 820,699 00000000000000000000232df2efabfb6f5802de42b051a85d546a14bb965c87 1.61 MB 3,797 85
820,698 820,698 000000000000000000004d5374ed4eb0935e14da2112201a72864c081616736b 1.72 MB 3,892 127
820,697 820,697 000000000000000000010f4c3cd0953abdb7c8784f940b11ba166354819cbfa8 1.69 MB 3,953 165
820,696 820,696 00000000000000000002a7571111d22aa1af07a3dd4da2c5c6a0d91743c68f32 1.77 MB 4,187 64
820,695 820,695 000000000000000000005aa9ea8a8523886befcf6c51788aa35f0178a3d90b68 1.96 MB 3,737 49
820,694 820,694 000000000000000000006ae3462ad57dff2bf94c5d04384619909ddf812a8534 1.66 MB 3,197 60
820,693 820,693 000000000000000000032bbba3257cef0b2e11e2b1a62e630e5e924d3ce13cbf 1.71 MB 4,061 72
820,692 820,692 00000000000000000003a2e75cbb1488d081e903f31c3a34c351adbc80c32961 1.64 MB 4,167 85
820,691 820,691 00000000000000000000b9863ed75542f8c9ec753c4593c359e5438813c92906 1.70 MB 3,943 44
820,690 820,690 0000000000000000000388021ae6609d5f11ef6766f7e30651d57bcc7bdf690d 1.71 MB 3,314 56
820,689 820,689 000000000000000000033172797ffefd0a2e53db9ae1b0b8e8b659188720b0e3 1.55 MB 3,160 72
820,688 820,688 00000000000000000000b3fb7286796f35fccea64d116e3079625ef52dd2b10f 1.52 MB 4,061 150
820,687 820,687 00000000000000000000fb6bbb535824637c9b9bfc5852d9a1533ad8d348bc2c 1.59 MB 4,234 109
820,686 820,686 0000000000000000000226716d3ebd7e62dfb75aab663ee9ea128232488dedfa 1.52 MB 3,186 70
820,685 820,685 0000000000000000000265ffb61194bd149d6fc4ed67a7921ff9c090f379bae7 1.54 MB 4,135 92
Previous 10 blocks ↓
Total Size: 776.60 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,427.97 GB sent, 131.58 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.