Loading Tool

Explorer IconExplorer

Memory Pool

20,125 transactions
9.01 vMB
0.04335905 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 51.69/200 MB

Candidate Block

Mining Attempt 65d266c230713c8284a091cc8956fb1a260a23fa74787ebba79a42ec54ce2aba
Version 20000000
Previous Block 0000000000000000000170c67e58e6b2743a2a358553ccfe3fb9590b1d57ba5f
Merkle Root 66df91df2c1c081c4a93e55cc516e706fc32ee00428da4ea657f2df284bac0ed
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,073
Size: 1.00 vMB
Total Fees: 0.02342794 BTC
Median Feerate: 2.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,402 (763,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
150,348 150,348 0000000000000b528d7a6e33fd4957ca592bf78297933edd550f130d45e50e3a 8 0.00 vMB 0
150,347 150,347 00000000000006ff216b99e9e49277cec00bd21e5d3a6e999747855c17eec094 58 0.03 vMB 80
150,346 150,346 000000000000059567156bdbd621b4ade7e176392c4b764a9b5a21eaf25b5124 13 0.00 vMB 1,399
150,345 150,345 0000000000000331ff3bd335fe65bb5b0e80df6650ad4045395548e5b091d473 29 0.01 vMB 113
150,344 150,344 0000000000000204412b6567d96277c6fd6644f53ad6180f78bd599d8cd0520d 113 0.03 vMB 73
150,343 150,343 000000000000012631c0c969f599e7a4cedfd6e8b66ae22dfc6a9c2e74b3ef1a 21 0.01 vMB 214
150,342 150,342 00000000000006efc702bb136e4b87b943fef5bceb447fe1084d0f80c2778d7a 21 0.01 vMB 19
150,341 150,341 000000000000079946ab7dac34fe3c2ae770ff0421446ee82a6de4bb63c77ebe 142 0.05 vMB 175
150,340 150,340 0000000000000a58e03ff4e804846603df62404b836d9eb393ee11ae294bf5dd 104 0.05 vMB 134
150,339 150,339 00000000000007936da57a091bcf55e7361174632a256d5d081d6872572aeb79 133 0.05 vMB 102
150,338 150,338 0000000000000a808d2aabb31d708c898ff842d98097abc844c893a20ef81278 116 0.04 vMB 224
150,337 150,337 000000000000038dfd659503ce32936c5faa395c5dc459129a16eb504e499aca 103 0.06 vMB 123
150,336 150,336 000000000000025012db73305f62b5a54aacffa4b23d8cccec20fe9cf6368fa8 28 0.01 vMB 125
150,335 150,335 0000000000000153bda0ebdf957c418b43f0c26fd362b26f358c460159965a64 12 0.00 vMB 43
150,334 150,334 0000000000000366efb2e13cc24b10cd6cd0b2b270c822e8c93ea15dc67cbe8b 3 0.00 vMB 290
150,333 150,333 00000000000003bcb2b78b752f19e71c105234fd691b9e9b929214c3f5ef7bb3 58 0.03 vMB 23
150,332 150,332 0000000000000300f3d134e51c64a6ee201a21d5161a380c058baf5666b64898 77 0.04 vMB 202
150,331 150,331 00000000000008c526c670f070759bbac1ebb2ec6f383db10e6dbb7d2ce77d93 51 0.02 vMB 334
150,330 150,330 00000000000001f5872eb83000898feda2d1465538f761e9fd1ae0ef05793b0e 13 0.00 vMB 95
150,329 150,329 00000000000007c5862f1488b5b39c6a23d0907a26d1d51f6875e416c2cd7eca 23 0.01 vMB 177
150,328 150,328 000000000000027adf51151480d837a935e71343a8714a5753c753496e635c6e 82 0.03 vMB 88
Previous 10 blocks ↓
Total Size: 779.57 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: 270.56 GB
    • Received: 1.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.