Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,859 transactions (3.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,864 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,558 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,863 (871,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,061 39,061 0000000067fa736e0d7c4e7bcbd8e034a47b8b8ec3a250ed5fbbd2c75cd84efe 0.00 MB 1 0
39,060 39,060 0000000049b2c5ebdca0f7538fac72b606dac965216e508684493b9ae1a25e5d 0.00 MB 1 0
39,059 39,059 000000004405f9acc89e89a2224481cbd8242f875b39ce1d48db70fc243a8a45 0.00 MB 1 0
39,058 39,058 0000000078964f466ede887575bf17f9931c424e20f565482502c375e78c977a 0.00 MB 1 0
39,057 39,057 00000000437275e0b943f7ecd25eccc8101ad7a28bdf2f9f4094ac3eb6b85c85 0.00 MB 1 0
39,056 39,056 00000000147496e8c1ee59b82f149a8c497b4bf21f936f04f2455f5a7b2420ca 0.00 MB 1 0
39,055 39,055 000000001c95b6ecc63617d049fe172f985465f9f03c51a68273adfe289d7a97 0.00 MB 1 0
39,054 39,054 000000003a72993646686b34649354e4574e0b255fceb321766ba40335c0e738 0.00 MB 1 0
39,053 39,053 000000003752278f2f3d729744f6e844eb7f419167c92b8083a852ecce5041e1 0.00 MB 1 0
39,052 39,052 000000001aba16a6945bee906375361a262698f80ff1554a650970028983e5cf 0.00 MB 1 0
39,051 39,051 000000002e96fe32cab72bee0df26160d12974c4c6e6c5d4e862fe0cd3c850d3 0.00 MB 1 0
39,050 39,050 0000000006f602babc37d35ae2780d507d6552e0e6ffba9d97c1c79ed7538c6a 0.00 MB 1 0
39,049 39,049 0000000053d9509519aba07e0da43a2cf145dba8202f42afb4f9fead6364a2ca 0.00 MB 1 0
39,048 39,048 0000000075e7ac8852f498cb5274d499b6f9aca13e5424cca5ee5de86997dc8f 0.00 MB 1 0
39,047 39,047 000000006235bc3ad8316c58c1c5e2d8a645942e1eab84d99cffcbac7d7e8575 0.00 MB 1 0
39,046 39,046 00000000430092474ca930acac5a865576eab38a3a1c53447dde43403ce829db 0.00 MB 1 0
39,045 39,045 000000007511a18b9d898a33b913cf2879b663e1bf7925af2045fac7d6c6bb95 0.00 MB 1 0
39,044 39,044 000000002897bf9a6827cb2531bdc20d52fc177a0e1d57730492e8c7eb20a58b 0.00 MB 1 0
39,043 39,043 0000000064c172b5b0a0907d6281a5380c08cb8a159058f7ff7b6e7f1a17c219 0.00 MB 1 0
39,042 39,042 000000001c8e21cd467730fd8139ab27abd388adf81a828fda6c145fc4916658 0.00 MB 1 0
39,041 39,041 0000000046db32537c86a8d7b1e0c450611193f157b685c1106c766ccf3dc053 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.99 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,342.72 GB sent, 123.67 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.