Loading Tool

Explorer IconExplorer

Memory Pool

79,172 transactions
29.72 vMB
0.08601532 BTC
Random Selection Loading Transactions
Max Size: 179.36/200 MB

Candidate Block

Mining Attempt 3f5d7d3c1e33ae35efc4af492e9b3a5aac2fbf29457198b9957b7a9096863f8d
Version 20000000
Previous Block 00000000000000000000199f724f1ef29eab80f2f04d88a242934c5235274752
Merkle Root b21b02df3c44784a5c1ebfe435660dc1cda992c92fcd75f60e6f83a407fccedd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,724
Size: 1.00 vMB
Total Fees: 0.01974165 BTC
Feerates: 150.66 > 1.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,142 (294,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
620,374 620,374 0000000000000000000416e2f1cb63bdafdaf3cc99b2a367a34fb341f7dbadc1 3,385 1.00/1.00 vMB 19
620,373 620,373 0000000000000000000152ca6e2316b2929156b6288d4b2bd22f04621b9fb4a3 2,637 1.00/1.00 vMB 16
620,372 620,372 00000000000000000005b12a3afb9e248df57241abc22bbf7e149b065e6484e6 3,273 1.00/1.00 vMB 25
620,371 620,371 0000000000000000000c10af512dd4ca7a2c3b0a42ce6caa51332c578ba48f89 2,506 1.00/1.00 vMB 32
620,370 620,370 0000000000000000000d2fe974430c5c07daa44b6eb007d5382db528b2fc3a82 3,234 1.00/1.00 vMB 29
620,369 620,369 0000000000000000000bc1d39ddbed38dc13f0755f3c7656fbb9dabc8ceaa44a 2,811 1.00/1.00 vMB 25
620,368 620,368 00000000000000000010aa75c7d8fe9fc7afe5d465eea3e6b4ec2ca54d1e0014 2,493 1.00/1.00 vMB 22
620,367 620,367 0000000000000000000b251f617d99ba984b52eca799a7a01582c081fcb26213 2,524 1.00/1.00 vMB 32
620,366 620,366 00000000000000000011494dddf1deecf2569043f5934430826a7cba9e3ddd14 3,125 1.00/1.00 vMB 20
620,365 620,365 0000000000000000000b4a884c60a73ceda68ab14a41a9dbf4dc234c54d95921 2,904 1.00/1.00 vMB 12
620,364 620,364 000000000000000000085e8fa8c29918b05833e862dd88e96b43f905f094a4c0 3,188 1.00/1.00 vMB 23
620,363 620,363 0000000000000000000efa85cb13bec70cb3918ab4891c4592acb1dbd110e59d 2,047 1.00/1.00 vMB 4
620,362 620,362 000000000000000000087e81fa1ab562ab3f1476ae08d108152be894163f7594 3,017 1.00/1.00 vMB 19
620,361 620,361 0000000000000000000d9a859329449a28b2a321d9134f476f360032d08cec6d 2,795 1.00/1.00 vMB 28
620,360 620,360 0000000000000000000d370903ab50ee0d646a4230e270dd138b9ae4757e690d 1,992 1.00/1.00 vMB 5
620,359 620,359 0000000000000000000e6ec8db3d7712440846a0f02fda5e0b812bbce699baf2 3,144 1.00/1.00 vMB 13
620,358 620,358 00000000000000000009a6469a996942d946f89ed14000e1d5ae6aabee500435 2,273 1.00/1.00 vMB 23
620,357 620,357 00000000000000000001aa466a8f0e3d7682a67308b1943f5a1b6ee2d256e983 3,125 1.00/1.00 vMB 29
620,356 620,356 000000000000000000015b37d5669302b9e545ddb8129c15c35d787f185e3286 3,109 1.00/1.00 vMB 10
620,355 620,355 000000000000000000121404e3ef0e728d21b4e4df05b27f9183d94e84d91fb2 3,102 1.00/1.00 vMB 23
620,354 620,354 0000000000000000000b76651bd39152e0f55e76be42ec3f7d10c478bd8e0904 2,904 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.64 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: 672.40 GB
    • Received: 16.23 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.