Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,756 transactions (1.00 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 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
910,206 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,749 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,205 (874,462 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,743 35,743 00000000c196a1d76bbbb4ba3bfc5b1cc9e372ca6b9c81d9333e207465949643 0.00 MB 1 0
35,742 35,742 0000000032516de98a513c38c648c2b112460a53af4bf2fa1fe16ded096dbc54 0.00 MB 1 0
35,741 35,741 00000000344c1e676b8cbc28b266746aa2367a28b4577da2beba9909de66de51 0.00 MB 1 0
35,740 35,740 00000000c1fdf2e0720d37e8933c4d50e4bad43fb6aea2b081841ffe61264bfc 0.00 MB 1 0
35,739 35,739 000000009b7519a0e7c541f4b3038fa825bd265c26cdef664a7abdd456cd4ad7 0.00 MB 1 0
35,738 35,738 0000000091a63f58e5e62781a9a903000b79bb4ea740481ceaccbd76410681b9 0.00 MB 1 0
35,737 35,737 000000004b9e783e799d616112efb3788df3f9c493b581747fb0e57b3b4abf10 0.00 MB 1 0
35,736 35,736 000000004bcb132f3432d51fdbd43f6b956cfccf8c23373df5388869ac9f38c7 0.00 MB 1 0
35,735 35,735 000000008d8793451abccf8204378573d57fd2671774a5adc048b23a8f8a7816 0.00 MB 1 0
35,734 35,734 00000000465c17bd323dc520c61ab2e5eee651d2f94b6c8d931c67cab51e97fe 0.00 MB 1 0
35,733 35,733 000000003a008111b3da6bb7a13427d573178f940be04c992a685de00dde026e 0.00 MB 1 0
35,732 35,732 00000000b5d3abf53fae0e416ad64d2f0f35949373cbea28b6d4276a8e357fbe 0.00 MB 1 0
35,731 35,731 00000000047f1e5b6e7a8f33d742ea8ef72060ef4d17d06b36c700c894247ba0 0.00 MB 1 0
35,730 35,730 000000000306c716af3e01d5d8f7ef431285575fae1a19a063b24ac957441736 0.00 MB 1 0
35,729 35,729 0000000059c1827e9acd35c48684142dff2d02cb9cc56d12afb5780952042d30 0.00 MB 1 0
35,728 35,728 000000001ac4a8a43408d17927e70bbf9f6d2726f0b2d8774d4ec7caed28f504 0.00 MB 1 0
35,727 35,727 0000000038af4019915802a8236a89153e79c68989343be52b5b092de1066aed 0.00 MB 1 0
35,726 35,726 000000003bb5641b5e3769eb5b634182455a4db1a79454e01024188c573961b6 0.00 MB 1 0
35,725 35,725 00000000bafbf731272a92ed34485dcef14855c370fffdf77a11bd8918a4631a 0.00 MB 1 0
35,724 35,724 00000000479a8d8231fb06dbb9c34187882704981c75be6fb86da7f486e37444 0.00 MB 1 0
35,723 35,723 00000000138b19e8b48a2aec6051261553d711b61579e941790b0195bc9835fa 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.77 GB

Node Information

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