Loading Tool

Explorer IconExplorer

Memory Pool

55,697 transactions
31.75 vMB
0.19827458 BTC
Random Selection Loading Transactions
Max Size: 171.07/200 MB

Candidate Block

Mining Attempt 2a5ef7c8b91eae49f0e37b4710d7aa2fac393bba02d97470ed5206ae59e7366b
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root 0d60853423a9d5b94205d9f1c7faf3701c08b35d098bf18b0ab7d8876abf40e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,404
Size: 1.00 vMB
Total Fees: 0.09048005 BTC
Feerates: 502.67 > 9.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (728,402 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
186,411 186,411 00000000000005207f33f4426b38175b6c58a6fe54fa28a9235522dedd451f8e 34 0.02/1.00 vMB 64
186,410 186,410 00000000000001ab6b484b199987edb38e62572f473a96b7d75b153c2a7db827 14 0.01/1.00 vMB 64
186,409 186,409 00000000000008bc63b50ec3153a392b0f29d2d9cf0ab3e47ef3500d5ff0d972 10 0.00/1.00 vMB 118
186,408 186,408 000000000000044a1ce4b6026a0f4152abdf3d325bf542460d545480f96345bd 319 0.13/1.00 vMB 122
186,407 186,407 000000000000056b2b6abd0baeb7ba5b8fedcc100d270b9a9ff33b9031ca9a21 256 0.08/1.00 vMB 160
186,406 186,406 000000000000059504d28d140c21e61e9acd6de95308dab3652c7c2a3042859e 78 0.03/1.00 vMB 188
186,405 186,405 00000000000005e33c39ce9417049c269c83fcb1c5ab87f8b6f3f315c90345c2 42 0.02/1.00 vMB 84
186,404 186,404 00000000000006400f25ee4b5abc8c08a8ef9b60dda9e73cb7c3ee546baff476 481 0.23/1.00 vMB 115
186,403 186,403 0000000000000075d92a90ee0ed692eebeb3e1fe7978ffece27c08dd2c115332 12 0.00/1.00 vMB 14
186,402 186,402 00000000000007c313e8032733eca2bc9562abc6163f000c55e46df22aecc2d1 150 0.05/1.00 vMB 157
186,401 186,401 000000000000048d1d9988c67289c24ad8eb39a572f9cc73aeb61bc9870b85ff 548 0.25/1.00 vMB 213
186,400 186,400 00000000000002cdef80e2a76c33b09d1ce9152e0a5914945f4e35ff9b148454 182 0.06/1.00 vMB 56
186,399 186,399 00000000000004067c80df21ace8aad9338f3682742e8f005a8b48a657dcfda0 316 0.09/1.00 vMB 155
186,398 186,398 000000000000070ee17292ccb816dff7ef0b2bfc8fcb97faba6d24cd83e5f7f7 32 0.01/1.00 vMB 282
186,397 186,397 00000000000009345ad4b9d1ecd2092d94539ff3442bc8cb255e6fa38f6a5587 140 0.06/1.00 vMB 110
186,396 186,396 0000000000000294a4a0485cda5ed0db68a168748f494e1f0ed23db2a0779b1b 60 0.02/1.00 vMB 41
186,395 186,395 000000000000026440212ea53f75349e52acc7ec8d0db99002c138a6a6568d15 43 0.03/1.00 vMB 62
186,394 186,394 0000000000000361933ba5371a7c5568c7f4fc71e41699454c51ed6a42a38fc7 33 0.02/1.00 vMB 62
186,393 186,393 0000000000000046dfdcd2c5090151acd3ff9d597ebd2e8c96282201819c914e 458 0.16/1.00 vMB 140
186,392 186,392 0000000000000354862a67a30734b496625004ffa079f33d147cc7e9f72524d5 42 0.03/1.00 vMB 95
186,391 186,391 000000000000051a361c0ae7aac5c76f49245dea6ae27221c162b14addb44d87 39 0.08/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 782.06 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: 651.13 GB
    • Received: 13.42 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.