Loading Tool

Explorer IconExplorer

Memory Pool

78,267 transactions
29.09 vMB
0.07645071 BTC
Random Selection Loading Transactions
Max Size: 176.40/200 MB

Candidate Block

Mining Attempt a8bffc6612d42f34eebf6f77cd8c1a9bd82e9050ce4bbe7df407f231c99ea821
Version 20000000
Previous Block 0000000000000000000047dfc430ec3ea755e869eaa3ed01b8a4b83beba66d58
Merkle Root 6ac9ac944e1a8c387fbd606e626d86ce88bb6c9d7783f61d25a194d68a778d1f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,933
Size: 1.00 vMB
Total Fees: 0.01566688 BTC
Feerates: 100.19 > 1.57 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,102 (497,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
417,650 417,650 0000000000000000006b1579676bd62ebca778d8c6deffd843180dfb0b9e5393 1,745 0.74/1.00 vMB 39
417,649 417,649 0000000000000000053f6a523711808c5f8ede56d5ae731b82c5a8436f4667b8 83 0.10/1.00 vMB 55
417,648 417,648 0000000000000000025fa7298d319315333181d6c824f2a0213c459386c2c1c9 2,785 1.00/1.00 vMB 88
417,647 417,647 000000000000000001d5abadf659d363a7318e35b723cf9b005b513cdc9c1e85 2,530 1.00/1.00 vMB 62
417,646 417,646 000000000000000000be6928d692fc50fcca28e22d15a7bddcbeb37c95407678 687 1.00/1.00 vMB 28
417,645 417,645 000000000000000004d5a3af7cf45f8d18a8106685072bb87fd6ed87f7509cd2 1,250 1.00/1.00 vMB 31
417,644 417,644 0000000000000000035ba7c3999c83182bfbabd7405decde022b98ddbd5c42de 970 0.43/1.00 vMB 61
417,643 417,643 00000000000000000251575c95e27a4791b50c4a7cf8385188c371072787eef2 817 0.34/1.00 vMB 63
417,642 417,642 0000000000000000030ad891867e2fbd7d616c80e400841141326840c30cf00a 1,933 1.00/1.00 vMB 42
417,641 417,641 000000000000000001ab92dec2ee16d6df293cdea16a7a68c57d3aa6492a1fa5 2,590 1.00/1.00 vMB 77
417,640 417,640 000000000000000000f477c2c6b2c55d6a76b8dc1b415db8f7fd9c2d862ec3ad 1,754 1.00/1.00 vMB 37
417,639 417,639 0000000000000000009236ac639fcedfefd1f60147866cbf61dc12edb176e5f7 1,237 1.00/1.00 vMB 95
417,638 417,638 000000000000000003778c4002f3c736b82b2edc6e859b4fb9e07270d95487de 1,065 0.99/1.00 vMB 52
417,637 417,637 0000000000000000009807e8834f9f63aa5c8f53b79933c3fe82fa8e74085dcf 2,147 1.00/1.00 vMB 74
417,636 417,636 000000000000000000aa49be73849aa2370dc7859e8b90579aaafea006547b99 704 1.00/1.00 vMB 17
417,635 417,635 00000000000000000263f175cdca346673f347b698eb7abc438f7f48e0f74732 2,176 1.00/1.00 vMB 67
417,634 417,634 000000000000000004091dc1414681c314f02d3c82fe4dea856ebf676b61a3e6 1,348 1.00/1.00 vMB 27
417,633 417,633 0000000000000000016f338659d4dafc719f6a0781be8da5bc6620004f4a4be6 1,775 1.00/1.00 vMB 30
417,632 417,632 0000000000000000043c3b4ce058a864f9c92de5366cac1585e3ed36a55568d6 2,649 1.00/1.00 vMB 63
417,631 417,631 000000000000000000dc5dbdd62773fdda84e9d96fa79614a32ea75f20c9f3fa 2,252 1.00/1.00 vMB 57
417,630 417,630 000000000000000004dc63c6bd0cd2c97f780a66fc36c81186d4b002aa05415f 490 1.00/1.00 vMB 114
Previous 10 blocks ↓
Total Size: 782.57 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: 671.09 GB
    • Received: 15.85 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.