Loading Tool

Explorer IconExplorer

Memory Pool

45,559 transactions
27.49 vMB
0.11010302 BTC
Random Selection Loading Transactions
Max Size: 143.87/200 MB

Candidate Block

Mining Attempt 7b7460304b0d4c334bdd48c54777ca28b078ca864ccf252b82110e419dd62484
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 8e0b2d8c212c31ff7cba51fd8ad855ad33531fb0182f8ddf60b6d0cf208df1ad
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,624
Size: 1.00 vMB
Total Fees: 0.05012725 BTC
Feerates: 151.01 > 5.02 > 0.73 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (420,357 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
494,519 494,519 0000000000000000006fdcd6016b0c6e24c87b81a3cd1c2d1466478f97c490bd 2,253 1.00/1.00 vMB 596
494,518 494,518 000000000000000000234f9e88f14c19f314ecca0cf5b22043734bae2d31c96d 2,339 1.00/1.00 vMB 512
494,517 494,517 0000000000000000006e2ae204541e3d8994e8b163aed53260dc87906c70c895 2,929 1.00/1.00 vMB 264
494,516 494,516 000000000000000000107feda04660e9f7de9c47e59f86b3f6ce8acc5f2c667a 1,912 1.00/1.00 vMB 437
494,515 494,515 0000000000000000006d2ed4e844965c11e45a1bdb9292f0e0124ec7eec13349 2,527 1.00/1.00 vMB 577
494,514 494,514 0000000000000000000e273650026d27bf02aeb4ef719f68c0349e41fbd11e6b 1,989 1.00/1.00 vMB 478
494,513 494,513 000000000000000000919cdad40ce0ed885ec1a62dbbea1d5889d0962f982a47 2,075 1.00/1.00 vMB 226
494,512 494,512 000000000000000000437430a1b1b48fa7a88dce5a6e2b5e835a0c76c9231a99 1,250 1.00/1.00 vMB 122
494,511 494,511 0000000000000000009533dfaf29f54509c28f91cc1ff6f797b070ea4420e43f 2,340 1.00/1.00 vMB 415
494,510 494,510 0000000000000000008f38b5144955b2de318aec03fa3b78c9e035294963ea96 1,377 1.00/1.00 vMB 215
494,509 494,509 00000000000000000010911c6b453d22a2f4f81d6414b637e449713429fb41d1 1,843 1.00/1.00 vMB 150
494,508 494,508 00000000000000000090ed4325995b00deec29a9a1e7e183401f9260db1480f9 1,849 1.00/1.00 vMB 168
494,507 494,507 000000000000000000113886964a27904e23273c0fc98165226aa7eb16710fa7 2,297 1.00/1.00 vMB 350
494,506 494,506 00000000000000000023a5c1dd3597bf4dbb2aaee8551fc0431b4e52db7fe30c 2,250 1.00/1.00 vMB 292
494,505 494,505 000000000000000000beb16b488112bc047c9bbe4f4eacac346a9ad529512aab 1,812 1.00/1.00 vMB 286
494,504 494,504 0000000000000000008352f809c2365a0142e665103d7b0e6eefc852643690b9 2,499 1.00/1.00 vMB 596
494,503 494,503 000000000000000000870c4b32394c3b71bb8176fff3298d60748e0e1332c1c0 2,357 1.00/1.00 vMB 234
494,502 494,502 0000000000000000006d58e3ad97c7d3793cac0ab73d86267250acf5a6e9f1c1 2,374 1.00/1.00 vMB 249
494,501 494,501 000000000000000000a45cfccca9d75d39e91610ab99dbff9818ffb1b76c90b6 2,201 1.00/1.00 vMB 327
494,500 494,500 0000000000000000007a6e45467cc39540bd6181ce657c49b50764c497894019 2,543 1.00/1.00 vMB 324
494,499 494,499 00000000000000000081a3d18c05e0f540703eb5e1b063dd48ce3c76de47c30a 2,589 1.00/1.00 vMB 492
Previous 10 blocks ↓
Total Size: 782.17 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: 653.50 GB
    • Received: 13.91 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.