Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,526 transactions (0.75 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,764 000000000000000000022b910000000000000000000000000000000000000000 ago 0.75 vMB 2,516 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,763 (892,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
19,328 19,328 00000000c35a21cc8fa1b08eb637e538753e9f8e0634d88a2caa8c64d31c84b6 0.00 MB 1 0
19,327 19,327 00000000c05eb868eef99b107e26b79ef2a0d772e712c746e78d4ca226e0d2a0 0.00 MB 1 0
19,326 19,326 000000000fb5e365f3e3aa2e9f19e54bc75237c0708929c7953d1745c7c57b56 0.00 MB 1 0
19,325 19,325 00000000dbd007b2fdda901db6acae1cec2eb68f66b387419750bb993dce6c46 0.00 MB 1 0
19,324 19,324 000000006d6820a0f62be2dfaa685523c891ee19583a38aa3c984362c0052441 0.00 MB 1 0
19,323 19,323 0000000018b78dfcb78588f2efc7142a0d502f282e77a8d27e591b0b7499ea22 0.00 MB 1 0
19,322 19,322 00000000bfacea416057dfe389fcd1b68ae48e239148a6f96f47efb3e85f1944 0.00 MB 1 0
19,321 19,321 000000001527b19b92685ca9bb0d5b2e64ab8c47dcfb464a5f480489390acc66 0.00 MB 1 0
19,320 19,320 00000000ce255de92b8f8330f64fd0ffb3ab08ecd7e098c03ac7289941f5c5ea 0.00 MB 1 0
19,319 19,319 00000000d422dc70912d06d73d6dbb395b556a1e7988bf8e1beab53383a38500 0.00 MB 1 0
19,318 19,318 00000000a6bbfb68a088f7a6e6e0914918ae3d542d0391481034847eeeb52357 0.00 MB 1 0
19,317 19,317 00000000e7cf2effa8cbdf7276e7b57fb2a691931439c8a168f85cc508ef0219 0.00 MB 1 0
19,316 19,316 00000000c02828b42b770dd26a8c4c1d4b4da6e6466ddc15e69c9c1535f6f5ff 0.00 MB 1 0
19,315 19,315 00000000246bd2d9fa9fc71cf528fb2c56864182f12ad6b7bbfd10818f37c5c7 0.00 MB 1 0
19,314 19,314 000000008fe2114d976075669a16ac8ab9b115446210091e5db4b61ea807f25f 0.00 MB 1 0
19,313 19,313 000000005215cb90e0cdad290c147d8944194a100ae298dcea79e3a9b144ecec 0.00 MB 1 0
19,312 19,312 0000000092b87e71d01c3bb7e42a01d6c233b4a84a15ad897afa8d512fb4a27d 0.00 MB 1 0
19,311 19,311 000000008cee4177241930aff28a62f3738ad6abddaac39a3273a34ddb80a935 0.00 MB 1 0
19,310 19,310 00000000dcd56e33d2797f580cba518f1ec1cc3c2cb67f9eef1a287d2a237434 0.00 MB 1 0
19,309 19,309 00000000f7aa6d1b6645d9501d832996b6e46bcd2532096e2b03dfa9ee56d0b3 0.00 MB 1 0
19,308 19,308 00000000786b441d3a30351d769a016e7360843bc84956a01089109637e65b0f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 776.64 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,429.73 GB sent, 131.79 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.