Loading Tool

Explorer IconExplorer

Memory Pool

78,657 transactions
29.51 vMB
0.07201023 BTC
Random Selection Loading Transactions
Max Size: 177.39/200 MB

Candidate Block

Mining Attempt c2969154b8afc877eba2735358906929771c680293e28c2c0826aa151d4aa34a
Version 20000000
Previous Block 0000000000000000000042351fb70a743d564c70f7e19ef05059974bef8792fe
Merkle Root 28f07f7a476a62b6f9fea80e30afe2684ab3b7d43dbf7d0246bc5067a4f4d037
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,625
Size: 1.00 vMB
Total Fees: 0.01210324 BTC
Feerates: 101.61 > 1.21 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,009 (331,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,843 583,843 000000000000000000176455314386e1bbd54cc8cacbf95f22f55df344440941 2,110 1.00/1.00 vMB 65
583,842 583,842 00000000000000000002d2d7841d59c2efb0bf6a10e1fa13a6018e1e523adf80 1,895 1.00/1.00 vMB 22
583,841 583,841 00000000000000000018779da2586190af54737635995ac2bc2646cba43be3ee 2,421 1.00/1.00 vMB 39
583,840 583,840 00000000000000000004f1f8c204dbe9ab3a827608aefd947355b013ace42c02 2,988 1.00/1.00 vMB 61
583,839 583,839 0000000000000000001f0f2b30eee768b132bb6b5cd7174eb04ccdface18395c 2,641 1.00/1.00 vMB 45
583,838 583,838 00000000000000000022d84b4832f79764bdc12c383a6a54a087c386f3b4e141 1,701 1.00/1.00 vMB 18
583,837 583,837 0000000000000000001b1248f4f17d804aa0013a2746b6cbfaee6fadc039232e 1,791 1.00/1.00 vMB 39
583,836 583,836 00000000000000000009f14985f6f060211b5c68e5f0b2a220bfff995c26f9cc 2,289 1.00/1.00 vMB 83
583,835 583,835 0000000000000000002192a9f869a6de9141841614fc09ccd6bd266e927eb533 1,013 1.00/1.00 vMB 38
583,834 583,834 000000000000000000078ac3e44ed7720a434ac2b6ae88680d022398f040a86f 2,355 1.00/1.00 vMB 36
583,833 583,833 0000000000000000000b4c9603289a29a931aea2b9068543d8721d74176fb717 3,059 1.00/1.00 vMB 74
583,832 583,832 000000000000000000049aea91142713a9a362c2dc235419f7a5901fb1a61dc1 3,174 1.00/1.00 vMB 62
583,831 583,831 00000000000000000005561b0354333909c4b83c9c864d13fc96fb8b4e6a8ffb 2,030 1.00/1.00 vMB 50
583,830 583,830 0000000000000000001dd0f5e1f7b0a43c835b8e9a664c3b69149d043a984d28 1,855 1.00/1.00 vMB 44
583,829 583,829 0000000000000000001f9316815063fdb65389f8ce8754a8ac61936565d17f03 1,164 1.00/1.00 vMB 56
583,828 583,828 00000000000000000012bfe4ad529a84ba6561a7ee95c10f7200e05e92c19196 1,192 1.00/1.00 vMB 54
583,827 583,827 0000000000000000001b7b62bcdf01a7fd6b67e4b85ace45818dd37c31e41036 1,393 1.00/1.00 vMB 39
583,826 583,826 00000000000000000006363e9ee58ad1cf0a3e2d9b985f78f568e93a6e6aa701 1,843 1.00/1.00 vMB 64
583,825 583,825 000000000000000000220f0adeade71e331eb5be7a8e583864edd28ba099e875 2,843 1.00/1.00 vMB 82
583,824 583,824 00000000000000000017811ec2f255ea4ab24293ce9615c868f6b3cb45392be9 2,756 1.00/1.00 vMB 80
583,823 583,823 0000000000000000000178048a18ab019f76e3795e675a2f727180e5543f9075 2,387 1.00/1.00 vMB 50
Previous 10 blocks ↓
Total Size: 782.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 665.07 GB
    • Received: 15.08 GB
  • Uptime:

Notes

  • 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.