Loading Tool

Explorer IconExplorer

Memory Pool

38,685 transactions
27.34 vMB
0.06420304 BTC
Random Selection Loading Transactions
Max Size: 139.36/200 MB

Candidate Block

Mining Attempt aac6c1963d6317c7fcf1c1baca4bf49835d3d6ffc0cbcfca96f00b0ab021b9bf
Version 20000000
Previous Block 0000000000000000000205a7754b9683bd3803bdf38e1a942268db63b46eb04a
Merkle Root b14ded4d138101c153bf6ed382c9ee3b7cea02dcc2237992d24df61baeadc5f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,713
Size: 1.00 vMB
Total Fees: 0.01231432 BTC
Feerates: 100.56 > 1.23 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,637 (303,685 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,952 610,952 00000000000000000009d2c0b8cbe25faed39816aa1df78dcbd809fa1ab6c9e1 2,300 1.00/1.00 vMB 10
610,951 610,951 0000000000000000000459e35355c6c503ccddd5cd520e57a74c2c6c809c3a1c 2,406 1.00/1.00 vMB 8
610,950 610,950 00000000000000000012b02fecb4edfa655d8bd27973fac766b0e18c1add0fb1 977 1.00/1.00 vMB 8
610,949 610,949 00000000000000000013580bd7c949890895c3d0fc61ebacb1dcbd9836f681eb 2,658 1.00/1.00 vMB 20
610,948 610,948 000000000000000000123094ec05bb83c08b8b2ee11de36d2de7272351499e39 1,136 1.00/1.00 vMB 16
610,947 610,947 00000000000000000004e3b7f7caeaab02354e7addf69ab83c431dd097e81774 1,397 1.00/1.00 vMB 16
610,946 610,946 0000000000000000000117860777e1533e4aa1cf24d0d0a1a4f3676e59c85eb1 1,055 1.00/1.00 vMB 59
610,945 610,945 000000000000000000120bc09640804a39e2e91fedbecea2b40783eb868f1eee 1,628 0.50/1.00 vMB 11
610,944 610,944 0000000000000000000bfe56bc334e42db284c9a45954440e0e4aae0886462f9 189 0.06/1.00 vMB 8
610,943 610,943 000000000000000000050e9c61d0a890357c7b7012c2e2e624cd4fe1894135db 1,933 0.58/1.00 vMB 11
610,942 610,942 00000000000000000005e9f6108668b38ad685640a9affb44886f8cc2a32d8de 1,270 0.40/1.00 vMB 12
610,941 610,941 00000000000000000009774edc759f5909746c97db4547a9aa5be02fcc2d8fd0 1,034 0.32/1.00 vMB 11
610,940 610,940 0000000000000000000c47910adaab741950ebed6c56ea414e246b10f09e3b08 1,871 0.58/1.00 vMB 8
610,939 610,939 0000000000000000000765f99f5dc42a9590a70d39c0a833006ccdb17c07958d 2,458 1.00/1.00 vMB 6
610,938 610,938 00000000000000000005462a65b639a99a510594a4bed2b67f4b468946a8aec7 2,764 1.00/1.00 vMB 17
610,937 610,937 00000000000000000002b06bec4ebee9605fd04984961afef1ee12891e268de9 1,316 0.41/1.00 vMB 14
610,936 610,936 00000000000000000010667401dfd5d8aaaceb3e585c7cd238149953a557943b 1,965 0.60/1.00 vMB 7
610,935 610,935 00000000000000000004dfd5b6a2429bb0d187abcd1dba757dad96551454fe22 2,306 1.00/1.00 vMB 9
610,934 610,934 0000000000000000000c7547da6456cf90bb1b554f7c9f501fd837bfcb514a5e 2,541 1.00/1.00 vMB 20
610,933 610,933 00000000000000000002fc8f65e92791be9eb5dc28fa91f1770a0f068ba678d0 1,495 0.55/1.00 vMB 15
610,932 610,932 00000000000000000005efdfc41b8865b99cf16b537294104fb75e6fc1a6001b 2,122 0.63/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.75 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: 630.90 GB
    • Received: 12.05 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.