Loading Tool

Explorer IconExplorer

Memory Pool

88,810 transactions
33.69 vMB
0.14283948 BTC
Random Selection Loading Transactions
Max Size: 199.70/200 MB

Candidate Block

Mining Attempt 72e5e0f21318c606632c2a1ff5e5f538980d7207e8b2fb29dc55526f78c271cc
Version 20000000
Previous Block 000000000000000000006e53c1d269063e9b5743561e1feecf862e4f112c1fca
Merkle Root 10d1d3634cfad42e85273508898b8777bc41a0a3fdb30f1320073514d944d505
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,315
Size: 1.00 vMB
Total Fees: 0.05761375 BTC
Feerates: 469.97 > 5.77 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,949 (790,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,349 124,349 0000000000003a5b78fb3ee4f8f92f47e66ecf86b152b1a0abdfef8830479619 3 0.00/1.00 vMB 1,247
124,348 124,348 00000000000048366477f72c6cd4bbe3d3633bae6dd33b524ca59f8ffd947b00 28 0.01/1.00 vMB 199
124,347 124,347 0000000000000986685b0c75f169be04947a0ddd0a7e45e16787f0b80b3b7e79 11 0.01/1.00 vMB 837
124,346 124,346 0000000000001a25aeb5a56f400d7addd750f532a00771085a84d975550ef58f 5 0.00/1.00 vMB 1,477
124,345 124,345 00000000000062d73e786cce5b932acac6838a0fbfe587e5b0e4b7e76724edf6 10 0.00/1.00 vMB 491
124,344 124,344 0000000000001efc276efc15f211b87b43dc3310a70559665848ba68df29212d 10 0.00/1.00 vMB 0
124,343 124,343 0000000000003e98574430e3ffc99dcf64376e5f00f996640d9f270f7c13043a 13 0.00/1.00 vMB 216
124,342 124,342 0000000000003deb1cf01d4856fee42b8fa3cffc10d0543c43a7c2e78155e338 8 0.00/1.00 vMB 0
124,341 124,341 00000000000069e45cf9a7957e10f49dc122d53ea8c8e0cc773f6011a51b0e3f 21 0.01/1.00 vMB 385
124,340 124,340 000000000000146942cd990efd022ebbe3107208f408b8449377d3db14dc7cf2 1 0.00/1.00 vMB 0
124,339 124,339 0000000000001342a56493e65548c27f705b61ff0bccb28caf9d6bfa610c592e 45 0.02/1.00 vMB 1,147
124,338 124,338 00000000000055a5391cd79956430eecfcc0057ea50b871949383a84c1503e79 29 0.02/1.00 vMB 658
124,337 124,337 00000000000022896f7de329cd7e53a4c567ffc7ecac69641741c0c795ccf9ca 15 0.02/1.00 vMB 1,064
124,336 124,336 0000000000004e37b7176d8a589190b445d0cf5ac9211a4b7c1dca6aa943bb2b 8 0.00/1.00 vMB 658
124,335 124,335 000000000000683f6d548e86c44b95600f8fe9c8cac9e2cec22cb311adaa44ff 8 0.00/1.00 vMB 1,049
124,334 124,334 000000000000550adc4e7b0a06fc331e487280ea6d92c5d2574c92e09e573dc0 11 0.00/1.00 vMB 0
124,333 124,333 00000000000038b306a2dd1530172e5bb1d154383515a415f2c7c35415932912 11 0.00/1.00 vMB 1,010
124,332 124,332 000000000000182dcafdefbfd60e2523ed1494e7b0cd345db7a4f586231d422a 10 0.00/1.00 vMB 0
124,331 124,331 0000000000003d372f7d24daf7c0cdd6190a51239e6ebfa05419e736655632d3 6 0.00/1.00 vMB 305
124,330 124,330 000000000000591151c63bebd6bce8d8ce77cb27e41aade2d2066687732a5d65 7 0.00/1.00 vMB 0
124,329 124,329 0000000000001781bb0ec9042691660e2ff86995e11158e8db57092ebf71e980 38 0.02/1.00 vMB 382
Previous 10 blocks ↓
Total Size: 782.30 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: 657.98 GB
    • Received: 14.56 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.