Loading Tool

Explorer IconExplorer

Memory Pool

81,461 transactions
30.13 vMB
0.14434123 BTC
Random Selection Loading Transactions
Max Size: 182.85/200 MB

Candidate Block

Mining Attempt 428eb4d65c516a8e4bb39206096bd94e9193f56277f4ac88b81ac2b53faa8249
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root a0ef1e738c0b7184c6ed74cefc787f19191664a708de1330a7d9f308709f079a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,811
Size: 1.00 vMB
Total Fees: 0.07340721 BTC
Feerates: 101.65 > 7.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (498,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,504 416,504 000000000000000000bff1e32907e120b46876371849a4056863c5862c9f25d9 1,844 1.00/1.00 vMB 118
416,503 416,503 000000000000000004c1053e9f685c39ec0f70a5bb3c704a3816f57d879107dc 1,363 1.00/1.00 vMB 47
416,502 416,502 0000000000000000057d1009f721e8fa3e7549af1e7c6ad1adc151e20c083f9a 2,493 1.00/1.00 vMB 86
416,501 416,501 00000000000000000542577706fd75dd820cb12f6a92e3fc8c0526758b143f8a 2,257 1.00/1.00 vMB 84
416,500 416,500 00000000000000000330dc686da032f93d7e1d8d46edc65968189cf3c640d7e6 1,397 0.87/1.00 vMB 46
416,499 416,499 00000000000000000056bd7b2b96d6ee7b64c0887b5bef478409855f652d46aa 1,700 1.00/1.00 vMB 71
416,498 416,498 000000000000000004983f04183f2a6ae7f1cdf6ddb8f4b3f79e39e14392db4c 1,866 1.00/1.00 vMB 32
416,497 416,497 00000000000000000282ccf9996fff9c34d2787674613f1062c5cf0bd983d446 1,581 1.00/1.00 vMB 63
416,496 416,496 0000000000000000001cddb33fbd61509c2944b46c5109ca4b4f89c2f8d9ffdc 1,980 1.00/1.00 vMB 65
416,495 416,495 0000000000000000000778af74ae7b601e71e8c34df8d7fbd40c0f45922fa134 1,810 1.00/1.00 vMB 53
416,494 416,494 000000000000000002eff1f69ee4f75a332a6ed0b897f256812dc1ebd5010ea6 2,210 1.00/1.00 vMB 71
416,493 416,493 000000000000000002ed7d1bbd36674dcfe3b49d733e0649eed7ca2f9b6bc6e5 2,108 1.00/1.00 vMB 72
416,492 416,492 000000000000000004164595168a21d2623617b2df958ef679baf8d1ec9f879b 2,319 1.00/1.00 vMB 68
416,491 416,491 00000000000000000128cee756176fa939f0f193f11cd490bd85e625d1a8e985 883 1.00/1.00 vMB 23
416,490 416,490 000000000000000001ab0142f5d409533390afc3993ef2430fb31f3f697c67e2 1,037 1.00/1.00 vMB 31
416,489 416,489 00000000000000000231d1aa36be7417e971c2d59cd33c60ad8ac2d6bdd839d9 1,132 1.00/1.00 vMB 37
416,488 416,488 0000000000000000025bce54dfb06e8f3681a40351ccbc966ff5ffa9be7b7623 838 1.00/1.00 vMB 23
416,487 416,487 00000000000000000209042b407340e16149c79f85d1c46b7e4399669726fb03 1,449 1.00/1.00 vMB 37
416,486 416,486 00000000000000000119b65fa21930fd1c77f0555716bf3d48587351383c474f 1,784 1.00/1.00 vMB 54
416,485 416,485 000000000000000004b423267fe79107119f8210b08fef2bfb418c246f041837 893 0.51/1.00 vMB 46
416,484 416,484 0000000000000000006da505f9d2675a518f18ee7c8b0cdac26d53840484a94e 2,536 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.61 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.90 GB
    • Received: 16.06 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.