Loading Tool

Explorer IconExplorer

Memory Pool

82,655 transactions
30.41 vMB
0.10547777 BTC
Random Selection Loading Transactions
Max Size: 183.30/200 MB

Candidate Block

Mining Attempt ad32f9dc60f93130f97a8510a0367c58aa278e5c3edb2fcd2b6e075c5ebe99f5
Version 20000000
Previous Block 000000000000000000014edc16f735012cfd6c99b298f4296e1026fc6bd193bb
Merkle Root 7240164722b228ffbe54bb9e155b33964a64e5d72bc9590d60293166c2fda3b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,604
Size: 1.00 vMB
Total Fees: 0.04307461 BTC
Feerates: 526.32 > 4.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,967 (521,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
393,463 393,463 0000000000000000054a61fbeb54aa4fcd67d0c892c1ea6dcedb54ea92503900 1,509 0.93/1.00 vMB 29
393,462 393,462 000000000000000004ade8f1eb99fddfa51ab6175c544ec0af0864756050d7cb 772 0.99/1.00 vMB 20
393,461 393,461 000000000000000000a02662a290d72970d315fd6bddb6354f2f449b04e640fd 1,392 1.00/1.00 vMB 28
393,460 393,460 0000000000000000084352ebd6b6080233d14ffa2cb62b6e4305b9b52b113367 43 0.06/1.00 vMB 9
393,459 393,459 0000000000000000084dad9785d98873e35d3fa9a0286ae0353396bca2daaaf2 2 0.00/1.00 vMB 0
393,458 393,458 000000000000000001a7ef72b3ee3f8db228e5e892e7d2f8d5b20e7b1846d8df 2,263 0.95/1.00 vMB 47
393,457 393,457 000000000000000006479b1d342159d8602976ad70880d44efbd78ad4aa90aee 1,087 1.00/1.00 vMB 22
393,456 393,456 000000000000000005b94c8fdedcb5598fed7593f8eeabfcbdc9f61006ff20b6 1,293 0.99/1.00 vMB 25
393,455 393,455 0000000000000000060272947f0ff496acd6572a17603b606cb11aa2ff550c21 1,744 0.75/1.00 vMB 41
393,454 393,454 000000000000000007ad5749b5d5abff0f22e81fc6c8c5dc7899aab82f586f9d 2,099 0.93/1.00 vMB 34
393,453 393,453 000000000000000002c48ea082a59ceac0286d41a6220627e33cebf3ccdadb7c 1,586 0.75/1.00 vMB 39
393,452 393,452 000000000000000003c983a0e14c89f05a1a4f32a1254c08e0a0182dfca66e25 2,880 1.00/1.00 vMB 56
393,451 393,451 000000000000000001c9d05cc7762055903577f6bcd9b8c18a34bda34b77b080 1,497 0.93/1.00 vMB 20
393,450 393,450 00000000000000000130ae11e1339a5a5f4288a0b6116d77253061558a4b5416 2,810 0.95/1.00 vMB 59
393,449 393,449 000000000000000008060aa96648890b10b35030ff3217ab3e5c14b86b809a74 1,380 0.99/1.00 vMB 25
393,448 393,448 0000000000000000006945ccc391c0e25d1d567b1f35390019830e5dc5888e15 1,536 0.93/1.00 vMB 21
393,447 393,447 000000000000000001a0b091ddcd0cf09eac39a14fd586e9cf42e20a68e57028 2 0.00/1.00 vMB 0
393,446 393,446 0000000000000000028f802ffcb676e593e887c462eccef18ca544541eb45f45 2,364 0.99/1.00 vMB 60
393,445 393,445 000000000000000005eb4339252142050d4a1c0e4d3b0ac255d1a0b43d4a08be 2,307 1.00/1.00 vMB 28
393,444 393,444 000000000000000005183111ae30f7c5b69ebce76a187c7535457aaed67bd9d0 2,525 0.95/1.00 vMB 58
393,443 393,443 0000000000000000077138fa4ad44d06838b4d2812794b2335349f3fe5aadb7a 2,031 0.95/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.33 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: 660.41 GB
    • Received: 14.73 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.