Loading Tool

Explorer IconExplorer

Memory Pool

44,367 transactions
29.26 vMB
0.12304577 BTC
Random Selection Loading Transactions
Max Size: 151.44/200 MB

Candidate Block

Mining Attempt 4e8b6f4765ba7ce4ad375743978d7b8cb77d402d3c075f09b195ed1cddec14dd
Version 20000000
Previous Block 000000000000000000004392fb14b7d54ea705b3301756e90103a9191cb1e5b9
Merkle Root a2d52769ede2648df2385c9e972ddfac5b6fc25015da57b26f070edb3be77038
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,100
Size: 1.00 vMB
Total Fees: 0.04398974 BTC
Feerates: 251.72 > 4.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,306 (801,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
112,448 112,448 0000000000009f0a70a77bee4b9cf48f2bd70548e572755e2029a18083371811 3 0.00/1.00 vMB 1,512
112,447 112,447 0000000000004205cdbf0e8739e94ec28431b962b7189395bc809f06039710df 2 0.00/1.00 vMB 3,875
112,446 112,446 000000000000646a18445300965e43020356cc9df020d334895516f9a2178c13 1 0.00/1.00 vMB 0
112,445 112,445 0000000000008ca06830f1ee94d10046614497792e929ecfb45aab8dcb2c4a83 3 0.00/1.00 vMB 2,074
112,444 112,444 000000000000cb8c76e6adbedabfc076930dd1e5cac8efa4453cbeee818cbfec 5 0.00/1.00 vMB 0
112,443 112,443 0000000000004d419de687d92cc62d34fa7bae5ef20ceb0aecf604ced7dc7bad 25 0.01/1.00 vMB 0
112,442 112,442 000000000000fd57cb6bb1d0a2fdab96b686173934126fb4d1000f7811be04b1 11 0.00/1.00 vMB 1,083
112,441 112,441 0000000000006b4025b1a9d67490b31ea9edf428e6c46f19fbe698f566585ec5 14 0.00/1.00 vMB 1,540
112,440 112,440 000000000000bdc7ecb72ef1272b808c802f3761ff4db7ad8affa4ad396cbf91 1 0.00/1.00 vMB 0
112,439 112,439 000000000000a2b68009c1584c80eabb1d8a8ee85d3701d229d8263eb87989a8 7 0.00/1.00 vMB 1,023
112,438 112,438 0000000000006b51acfe7b150160c3a68255df53332483ea3114097def532786 2 0.00/1.00 vMB 0
112,437 112,437 00000000000078d19ff99c91a342d48d3f09b391bd4917bc018f73b41c66a816 7 0.00/1.00 vMB 0
112,436 112,436 000000000000d1403bcf6c8de04887eb5d60c2b7f475dfb1c9a942a9c7a0f9b2 12 0.00/1.00 vMB 1,070
112,435 112,435 00000000000093fc85afb61fe537f8cdcb60d438b2bd547f5f2934ce0a10f206 12 0.00/1.00 vMB 670
112,434 112,434 000000000000d9134d3b2bc5605b5646f935778224ed4f83b3258b118b11300e 18 0.00/1.00 vMB 227
112,433 112,433 00000000000124cfc6f0f5a0ef0b1011c73db995cc0a08d375bccd018e831f46 11 0.00/1.00 vMB 1,057
112,432 112,432 00000000000015431630fdb171a1119f53be982ee8ff7c262171163960e6e5e4 15 0.00/1.00 vMB 1,763
112,431 112,431 000000000000564ea49daa829f4161f3104adf2c32cb17702d44184bef812124 2 0.00/1.00 vMB 3,861
112,430 112,430 000000000000190a013f3968e44a62c4ea7e34f31e967956157c880dfc2cdc25 3 0.00/1.00 vMB 3,883
112,429 112,429 000000000000187757e5ba2948dc7b8c98592d584cb63128bf414e06309afb35 5 0.00/1.00 vMB 2,004
112,428 112,428 000000000000bbe8019ea09a85d658d4849f628c1acc8ac0f1de5419ededf6b3 5 0.00/1.00 vMB 3,225
Previous 10 blocks ↓
Total Size: 781.14 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 581.44 GB
    • Received: 9.11 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.