Loading Tool

Explorer IconExplorer

Memory Pool

24,473 transactions
10.65 vMB
0.03353755 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.00/200 MB

Candidate Block

Mining Attempt 5f515cb95b893af46bb3d3c3d034efb82330464e524aaedb43ae9945e0702714
Version 20000000
Previous Block 00000000000000000000763bc27d9459c69b40675f4f5e0a66e2b4c8f6dd3654
Merkle Root 2ee4810aa85ee5636e15e6dcc9f734c26b253d1db52b3cfd67283c5640dfa873
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,659
Size: 1.00 vMB
Total Fees: 0.01585837 BTC
Median Feerate: 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,525 (661,406 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
252,119 252,119 0000000000000043ca35cdb46e23f20a35750029a47237e6dde33627aa917cb7 512 0.24 vMB 170
252,118 252,118 000000000000003d4b34cc0d801affe5497e71e565088ab2fe2003a668cf2f10 515 0.22 vMB 119
252,117 252,117 0000000000000009f6575c7e03d78b3296ecc9cac9fe081cd71391e4b62a18cb 512 0.22 vMB 205
252,116 252,116 0000000000000041c824424e7fcb1fa6316c552264db9c42d4c20b419d176ba4 68 0.03 vMB 11
252,115 252,115 000000000000000721f72dc7da3cf8a9b820dab149e08b7ceffef904ad5fadcc 484 0.21 vMB 131
252,114 252,114 0000000000000047156ad42019960cf610999161ba66eeef659d03b35e142889 177 0.07 vMB 89
252,113 252,113 0000000000000018003644b1f919f26fa0f7f4c4db9de65ab678d98b1e3fa1a4 91 0.04 vMB 38
252,112 252,112 000000000000002164d3ad303cefa3d18489c55864539504d898b7809a02b309 413 0.18 vMB 142
252,111 252,111 0000000000000010317ccf2fbf695b7387b288862ca8427d20258c9da7ade1e3 91 0.05 vMB 98
252,110 252,110 000000000000000438aebc2cd33025feabec4e471b5ad720b8b396a8c78d6ac1 163 0.09 vMB 129
252,109 252,109 00000000000000317ef4753d165294a8d48f4d1dd999413fb457ed003647f985 307 0.23 vMB 98
252,108 252,108 0000000000000034ad76e6e1981a6ab8ee66d775aedb52c389d0a9139a8e98f2 450 0.20 vMB 134
252,107 252,107 0000000000000025304e4b8d70b882d71a14d20b982fced70b4e689b22a0d28b 129 0.05 vMB 104
252,106 252,106 000000000000000392660a659fee1aecbc20956bec0dc84b1dc80a7019c75430 195 0.09 vMB 131
252,105 252,105 000000000000000b34c68f7da8d46c944915470932f3174b4971cda2dd03c5f3 103 0.05 vMB 50
252,104 252,104 0000000000000043f72af7ee1a546d66007c81aa6c4fb0fbfda1914d15595192 514 0.23 vMB 147
252,103 252,103 0000000000000030ef7ceeedacb3528c35d65a2b07fcad6f71c747630ef4d8dc 1 0.00 vMB 0
252,102 252,102 000000000000001d1944643363c06e9618fb3c6c11619b23760c8f545eb30380 334 0.15 vMB 83
252,101 252,101 0000000000000021b950409227ede965e737942ad44ef81170701abc8c2fb842 466 0.19 vMB 201
252,100 252,100 0000000000000017f3f939a22de6877dafcd29fbe430b83f81fb38d78616db90 300 0.13 vMB 149
252,099 252,099 000000000000004da0a61ad94fb7d84aa42e59693f2ceec4cb619a60fd98e7fd 313 0.15 vMB 102
Previous 10 blocks ↓
Total Size: 779.77 GB

Node Details:

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