Loading Tool

Explorer IconExplorer

Memory Pool

16,477 transactions
7.41 vMB
0.03145246 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.64/200 MB

Candidate Block

Mining Attempt 29d243b4a576b79894ea82898c999d276e1f3deb81031ff7b63b0b697c4f5a55
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 713a1e3c6ed44d9e9ce236b590a92a1273106261c125f86d4b25d3bb7bc006c3
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,504
Size: 1.00 vMB
Total Fees: 0.01681709 BTC
Median Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (711,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,260 202,260 0000000000000334c8f14fed274374990a66efb355f00fe4a742d3105637f826 138 0.05 vMB 224
202,259 202,259 000000000000029d31c2903006f10d9edaba48ec2dbd44d5851fc6fb8587970c 139 0.07 vMB 100
202,258 202,258 000000000000042c25310c99cd5a3bf36dede1f8bbda71be3bf02e0d70df50e2 664 0.34 vMB 115
202,257 202,257 00000000000003dc275e4bfd6b18db351c21957dcbeb28f3df9137a796ed224b 107 0.05 vMB 129
202,256 202,256 000000000000042a3c1e00aeb24fb9e7ad2e8e613c9b686d9018849a05cdbce0 123 0.05 vMB 106
202,255 202,255 00000000000000045d083532fecb535a95a722406f46667717b1a9822fbf1484 649 0.25 vMB 229
202,254 202,254 00000000000000d9a97295c53f5745f51ac1587a468fc839a28fddc1aee7ea09 538 0.42 vMB 109
202,253 202,253 00000000000003e62e267f131c8f97e23e3c5398c8038771e3968d246c26badb 8 0.00 vMB 29
202,252 202,252 0000000000000104bdebd6e245df3c67d00c89b6ab0fbef56c1adcd537deb08a 250 0.08 vMB 1,283
202,251 202,251 00000000000001fbf836851091d13abfe7bdb0de4577168cf15298a2ab09fcae 743 0.25 vMB 190
202,250 202,250 00000000000004bfccb542e9834e04fd1e25627aa074ced81c1cc92a34cb9773 127 0.05 vMB 262
202,249 202,249 00000000000003afd5c211a316f511084137bd53c686474f930c0f53008281e5 374 0.25 vMB 144
202,248 202,248 00000000000000555c0e6efedb7f9952446ac860203c4295d8e1cb2a017677e0 870 0.25 vMB 262
202,247 202,247 00000000000001a7597bf308d9ea22ff64a87ed8a071235246547a2817dd7d4a 964 0.44 vMB 144
202,246 202,246 00000000000004d41fa00436e6fd8c210c7ad35d5405b9511d50d6818974775a 11 0.00 vMB 198
202,245 202,245 00000000000004985c89461ebd473ac1058f75df59e0e7345d785d8191a8fc8e 118 0.05 vMB 121
202,244 202,244 0000000000000468617489cc7c02cca6d3ca300f28e678b300843097c4168e61 251 0.25 vMB 63
202,243 202,243 00000000000001d2bb3130573e521cf50e6ef23c752216baae0edcda573dc676 805 0.25 vMB 210
202,242 202,242 000000000000006a104a63979fa95d5aa2162ef9e972e4ccfff66013767143e3 343 0.13 vMB 151
202,241 202,241 00000000000004c37ecdfda3561cd9f53f944eb4823a4c6d2163d5151e2f179d 453 0.23 vMB 136
202,240 202,240 000000000000047d73708fe2de130ebc9492ff46226c14c8c93d1d8d44e27f91 860 0.44 vMB 115
Previous 10 blocks ↓
Total Size: 779.63 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: 303.87 GB
    • Received: 1.39 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.