Loading Tool

Explorer IconExplorer

Memory Pool

75,566 transactions
33.40 vMB
0.12438867 BTC
Random Selection Loading Transactions
Max Size: 186.36/200 MB

Candidate Block

Mining Attempt 49444e91bf063bbda9ef4c8cb356fc9cf7314122c6a4a0461e0f483ac55f5e00
Version 20000000
Previous Block 00000000000000000000c077d8988b15493bc1532da26f22c899c1307eed6203
Merkle Root c93e117742e3a3a5b94e30ddf5f3e209dbf1390bdc3545e2fe051966c2a740fb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,139
Size: 1.00 vMB
Total Fees: 0.01782718 BTC
Feerates: 70.48 > 1.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,414 (466,627 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
448,787 448,787 000000000000000002f87dc2519ddcae487da6581faa864c7db95e2043caca96 1,692 0.79/1.00 vMB 74
448,786 448,786 000000000000000000832944dd7ca271dad52bda31c37c072f890d8db85f0623 1,977 1.00/1.00 vMB 67
448,785 448,785 0000000000000000019397a3c6a82e024d654a8884a320d78eb42b807ecc25f4 1,948 0.98/1.00 vMB 54
448,784 448,784 000000000000000000ca0558f6670f7f1f31c908361eb42c0b9a190129c5e1ca 2,367 1.00/1.00 vMB 86
448,783 448,783 000000000000000000a1f24379e1089140069b77f674d27d5707aef871937d80 2,233 1.00/1.00 vMB 87
448,782 448,782 0000000000000000033c4e1cb9fb7d3863fa5f627b1d3fb9cad38ba9b580e733 2,490 1.00/1.00 vMB 92
448,781 448,781 0000000000000000030799b07a6f6c73188ad863bbf5371377ee0fa50e14fc27 1,267 0.57/1.00 vMB 79
448,780 448,780 000000000000000001b7f29480b98564da0edefa7df6d26305d47d81ba558fc2 1,019 0.55/1.00 vMB 59
448,779 448,779 00000000000000000279554e22d15de44ba167bd2022590a0e9b0d3273382269 2,113 1.00/1.00 vMB 62
448,778 448,778 000000000000000002b5cd852a252c34f9d0246bbf0192ee12fd13ace84e9493 2,571 1.00/1.00 vMB 100
448,777 448,777 000000000000000001a95a61cbad42828f3a717059f57e0b7a3d5e8379aea396 916 0.40/1.00 vMB 82
448,776 448,776 0000000000000000002aaf20720c709a46a3e53f9a4740b23e8a09c99e0df812 1,967 0.95/1.00 vMB 71
448,775 448,775 000000000000000000d6c2a2a8cdbed088b559f39b36a6d2f24e8546ca4d8025 328 0.61/1.00 vMB 22
448,774 448,774 0000000000000000000ab510e842c22d0f3896276d9fecc5a0a55296842e3489 422 1.00/1.00 vMB 17
448,773 448,773 000000000000000000ebbf06afd9c1e6884a71f9e21ba7709daa7c83dc157e05 840 1.00/1.00 vMB 27
448,772 448,772 00000000000000000178ce03d405a321283cabec70d62f72d1f1ac69383a6762 2,057 1.00/1.00 vMB 69
448,771 448,771 00000000000000000190d6c35dac647bcc8fc367fb6160ef5468b22934ded015 2,622 1.00/1.00 vMB 91
448,770 448,770 0000000000000000015554380c13780368ef460fe8a51dcaf2f0d6f78d67e2b3 2,055 1.00/1.00 vMB 53
448,769 448,769 000000000000000000b24784f3f98655fe10fd413d5f912c33287f5baf102e45 1,891 1.00/1.00 vMB 63
448,768 448,768 000000000000000000b2c9033935149cae2077a6e34f793f95adee597ed83b53 1,336 1.00/1.00 vMB 63
448,767 448,767 0000000000000000023e5a2a0085a07f640cbedd97a34b5619a1fa6ca01328cf 2,661 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 783.11 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: 731.99 GB
    • Received: 18.53 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.