Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,118 transactions (2.17 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,633 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,562 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,632 (874,027 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
35,605 35,605 000000007d9b46d7322f402940f89af1b9166e425aa4d0e620a8bdaaf6afa18f 0.00 MB 1 0
35,604 35,604 0000000006626134d930808b09ef54c2768c340d267e8276aeca76de2375f4be 0.00 MB 1 0
35,603 35,603 000000001aafe5b9d6b128a69a5e031477521f85866d6e0e174bd88e7937109d 0.00 MB 1 0
35,602 35,602 0000000038c5dc074e1e1dca1b7c70c9ee5601156141b2da6ba92053f92afca9 0.00 MB 1 0
35,601 35,601 0000000002491b806453df2d549e1fba58bbf58dcffad8ef1f32f60104faccbd 0.00 MB 2 0
35,600 35,600 00000000a8e6406194847e3a5dbdc2aadc715f73d6b71ef2668582e89a13f25d 0.00 MB 1 0
35,599 35,599 000000007fbddff4b1d1a8fe8caf51a6541d498319e449ae10f0ee8d0cfa2232 0.00 MB 1 0
35,598 35,598 0000000050a9a9ec3bc20ff196bc23f7dff2f9c2d9d8c9dfcd27069bf714f1dd 0.00 MB 1 0
35,597 35,597 00000000133d95496a3527c5201eeb8780a5e73e84ea3eff0f03150d7e0ec0db 0.00 MB 1 0
35,596 35,596 0000000044855e17ed6884251d33e00008257af32cb75f71810728c1f2ff961e 0.00 MB 1 0
35,595 35,595 00000000b40b9a3172b5a24702114563bb499ce75c0fe3745419a8c4449a8d9a 0.00 MB 1 0
35,594 35,594 0000000055864bc6993719472554674976fba84e98183c0466d3001c966714aa 0.00 MB 1 0
35,593 35,593 000000005dc573e733ef39e1ba3d9631e9eef0f6fec7ed25a005e49e4050ef6f 0.00 MB 1 0
35,592 35,592 000000002faee76b17eaca1c0db192cb304abfcfcfff98554f4cb6831c753e0b 0.00 MB 1 0
35,591 35,591 000000002ec037a1ee160000b1db98fd8a561274b786652c0067508f1440f810 0.00 MB 1 0
35,590 35,590 00000000856f569f9a70a3162e20a8c71c1ad7b27a51f056730121b92f4ad5fc 0.00 MB 1 0
35,589 35,589 00000000174d3c953ee8742b778ab2069ef93057cc86b9fcc422f10054da4dbd 0.00 MB 1 0
35,588 35,588 000000007d7f2fad8b7011ed887506ffd4d71ff573e949a7c3642cd376087995 0.00 MB 1 0
35,587 35,587 000000009f261e04df2051700c1bda3bbe28431e31efe6c8cf14e550836b4692 0.00 MB 1 0
35,586 35,586 0000000003f94bcbe0dff3e3d561a765cf35edd5d82c3c5bd1060e6527137844 0.00 MB 1 0
35,585 35,585 00000000a70a22711d58158b1f7d7e76dbbd29fe8ef62bfbea3ed4621c11aaae 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 772.73 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,113.69 GB sent, 111.97 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.