Loading Tool

Explorer IconExplorer

Memory Pool

74,498 transactions
27.47 vMB
0.06980203 BTC
Random Selection Loading Transactions
Max Size: 167.74/200 MB

Candidate Block

Mining Attempt 895f14aaded83c794bdcf11037ce99a0313f4ebe53673f0b22149f73b739bb38
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 3cc5457b91c2aa74b6e5496af657a8728b012949304324fa94d95985e86a7dbf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,002
Size: 1.00 vMB
Total Fees: 0.01131426 BTC
Feerates: 80.55 > 1.13 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (570,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
344,337 344,337 00000000000000001115219c9cc85777af2aff9ff1a6f8604715a77e3d35bf5a 939 0.60/1.00 vMB 27
344,336 344,336 000000000000000006b68a29dea6ca61352f502ad06fa976ac93474006662a27 482 0.30/1.00 vMB 15
344,335 344,335 000000000000000007a0959b3f994494a2eb251aeb5018a53951ac69c24452e2 933 1.00/1.00 vMB 17
344,334 344,334 000000000000000007cade4f70ec310986aa7ecd2333b8a75add18a5a6a9faa1 1,050 0.75/1.00 vMB 19
344,333 344,333 0000000000000000178d5baa690d811024bf4528c9364b8598fdb456c27ea5b3 512 0.15/1.00 vMB 38
344,332 344,332 00000000000000000647a107cc03bc6ab65abbaf4e12cfd3d9b46016b817fc0d 58 0.04/1.00 vMB 24
344,331 344,331 000000000000000009e4276c636637d85d33eafa47ca6820ca8aee385d952d51 128 0.08/1.00 vMB 19
344,330 344,330 00000000000000000254c8608892470549edb17993419ef112fd1fd7eaa073ef 260 0.15/1.00 vMB 29
344,329 344,329 000000000000000006428ade733dc97658c61fdcad9c604db6dfbf2703872bbc 579 0.34/1.00 vMB 21
344,328 344,328 000000000000000017a92f4611ee1f1d8f8e70fa3acbecaf3b952ac7417fd40e 94 0.05/1.00 vMB 19
344,327 344,327 00000000000000000ad0ef1e570c50dc941796679ee0b7cc3395f61cc0454474 535 0.30/1.00 vMB 23
344,326 344,326 000000000000000013f3f3bb198b262df0444104c72e41a50756f55d35e90e2a 214 0.10/1.00 vMB 26
344,325 344,325 000000000000000006a4ed739730f61ee43ddf2dbe99cf4a2b2cd168dcaacf1a 45 0.06/1.00 vMB 7
344,324 344,324 000000000000000007406dadd869b55109bcd8b775c9dc553026ffef1b1bb4b4 674 0.39/1.00 vMB 27
344,323 344,323 0000000000000000125d4008d878278326796ea68ad202e2a97bbc40eb4284f1 340 0.19/1.00 vMB 24
344,322 344,322 000000000000000013528d7a948690dfed1678b3c27184e19b597d359db2d227 118 0.10/1.00 vMB 29
344,321 344,321 00000000000000000adb79ed72c9fae1dd776af98771ce1071e74b95981f2aa2 256 0.13/1.00 vMB 23
344,320 344,320 0000000000000000051f3ba2fe90c80a0fad3f0981649c0968b40c04207f9c45 401 0.22/1.00 vMB 23
344,319 344,319 000000000000000000e8c82268c031a15311e8074f3dfe761e07444ee5a18839 239 0.18/1.00 vMB 17
344,318 344,318 000000000000000016fa406b4b4253bc6e5871653a61d1d93942023679a92a33 256 0.09/1.00 vMB 40
344,317 344,317 000000000000000009615bbff873063a5f815056da687c6b67b682aa79e4dd8a 777 0.52/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.84 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: 712.00 GB
    • Received: 17.15 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.