Loading Tool

Explorer IconExplorer

Memory Pool

34,985 transactions
14.85 vMB
0.07042402 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 6 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 84.07/200 MB

Candidate Block

Mining Attempt de9f479a0e5f7b0e0169c9af02f096f177832096741a74364ef824b3f4605249
Version 20000000
Previous Block 000000000000000000007c96c62c97f21f35e15ac289c26611deb2cb89f05dcf
Merkle Root 34dc9da08b8c286a15e8890258337b3a8ae45195c6bd6968f1127260c4ecdb3f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,615
Size: 1.00 vMB
Total Fees: 0.02301191 BTC
Median Feerate: 2.51 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,343 (703,174 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
210,169 210,169 0000000000000312829c40287988fcaca7fe9f036e5bf7f7f9ad485df9c33f90 130 0.09 vMB 133
210,168 210,168 00000000000000003d68af080d3e1951947859796c97db4f9864151c1c24f472 271 0.11 vMB 184
210,167 210,167 000000000000024af3a64c2eec9be2849de6a6c0dbc736677ac5d23a53bf69fa 32 0.02 vMB 102
210,166 210,166 00000000000004bbf26c25346c795f6cbb2688c7a155049537f3c4810b5b896c 372 0.15 vMB 183
210,165 210,165 0000000000000266f2dd9a4ba27660ab9052cb2297694835078d1a5bc1fe20f8 76 0.13 vMB 73
210,164 210,164 00000000000001f0b295643e6f5858cbe68ecdee638db30f872ce3959b4990db 241 0.19 vMB 113
210,163 210,163 00000000000001b7ac168df6e93f10e6ce547622222202230b49e136d35d6130 775 0.25 vMB 227
210,162 210,162 00000000000004dbe7e58222bec20c4db3a581c1da7f7ac7013e903e27b32310 170 0.05 vMB 346
210,161 210,161 00000000000002b73f3ceac26b213ce25d5bd625cdb19a7db38c7a78685279dc 10 0.00 vMB 14
210,160 210,160 00000000000002e0b9eee9acdead453779b15f3c0d7fbc8d10107ba96487ad1a 15 0.00 vMB 0
210,159 210,159 000000000000044c90b753ced97ce978574eb77ac4d0f7b9902baab940ad63a4 267 0.11 vMB 161
210,158 210,158 000000000000003e85ce085a74b8c44257d0d23cdde5fbca20ab7dc11c30d93d 262 0.15 vMB 137
210,157 210,157 00000000000002dade105e20080a6e25524a57ac0fd19b7ca2b89109ba384b86 30 0.01 vMB 116
210,156 210,156 0000000000000461f7cc5f5b2ad4eb000d875096505d88c837babe52711fe3d5 653 0.30 vMB 355
210,155 210,155 00000000000004764f700a9cac01e3e98f96dcfbfa34794c044105e28dc6eee0 136 0.05 vMB 62
210,154 210,154 0000000000000231ef2584c998742659b610c6d55ae949793559751d09263781 108 0.11 vMB 103
210,153 210,153 00000000000000880fcc4be8900913c78ecbac47fe3e9d606fc70e9c821139dc 493 0.20 vMB 186
210,152 210,152 000000000000019538e95aeaf473a762c72582cff3b2561656182c105b117808 463 0.23 vMB 148
210,151 210,151 00000000000004a6c9a7a915c66e8dd6af498046c9b039f0475578beff45669b 143 0.06 vMB 136
210,150 210,150 00000000000000087990b1948fab5ef4cbb2fa56446691f0b2a389b101a2fe72 594 0.31 vMB 155
210,149 210,149 000000000000047ad98dce3603c2bd673cad9301738d9965d48494ab60337af6 705 0.25 vMB 210
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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