Loading Tool

Explorer IconExplorer

Memory Pool

15,424 transactions
9.08 vMB
0.03235736 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 4 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.47/200 MB

Candidate Block

Mining Attempt 5314e96be539eaa00afba32157f54dfc3a8361c30819f00748ff95229607278b
Version 20000000
Previous Block 0000000000000000000203884638a3a6062671eb947c188d0cf2d82b07622b4e
Merkle Root a67295e5201e3dad80fe44a47049cc442d114236585d42749b164bba4b812b4c
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,056
Size: 1.00 vMB
Total Fees: 0.01254589 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,369 (744,821 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
168,548 168,548 00000000000007271f89b7ea7e2d7f01a623e6ca0acb2552db4bba5ae35d6c80 24 0.01 vMB 47
168,547 168,547 0000000000000452fe0217e7d704bcf57431c41bb0e1a548e6a22527d3475f52 67 0.03 vMB 69
168,546 168,546 000000000000037ed1f67a7fbe513ad501a083036a2a758e2bab64fe0bcd300a 60 0.02 vMB 88
168,545 168,545 00000000000000658f463531fb02b92e07eabd83df5a8dba3c8bd70cf76042b9 117 0.05 vMB 100
168,544 168,544 000000000000040da2e79c21d97cf05089835aac8771ba0cb198ab2348041e82 7 0.00 vMB 32
168,543 168,543 00000000000001e9fb5348dd0f57eb9a093da7780421dd1ac2f10898577f08f1 46 0.02 vMB 5
168,542 168,542 0000000000000417082df05f39e43024c853b65e909c21e7a4875ae9a7af8566 36 0.01 vMB 49
168,541 168,541 00000000000009679c33d5271cd45c7c7a87baafeeb78043ec32f1cdb199b2f8 13 0.00 vMB 321
168,540 168,540 0000000000000a1fb4bb74c219106bf48099cce8edd0508ec6d55bc1d37cfc37 14 0.00 vMB 37
168,539 168,539 0000000000000a30ce1c8fda169febe79a67d39893f76cd9836c27815bf0a80c 42 0.02 vMB 33
168,538 168,538 000000000000055df1b0220bad9db00a164e8f73fdb1eb995885d899e67724b0 14 0.00 vMB 14
168,537 168,537 0000000000000a4d9fd58029b912657385af65bcf5960acd7825e16975ea8d86 29 0.02 vMB 74
168,536 168,536 00000000000000638c67c9287c0c8d269e024636d4005b451f931cbc63fd7f51 13 0.00 vMB 16
168,535 168,535 00000000000001ebcb42b6203d0dcd921c9f9f74e7a50fbb0dd2d74f91d85fe5 25 0.01 vMB 624
168,534 168,534 000000000000088bc705e09d95c675591743257ec447e87dbcac850b383cc883 45 0.03 vMB 41
168,533 168,533 00000000000007d8fd0d75ae841d016c8102f619f6db8b06e166c5adcaa52ddc 25 0.01 vMB 9
168,532 168,532 00000000000002e714ac501c49510e81e657c665acd72f4bf67fcc90ac1e482c 14 0.01 vMB 57
168,531 168,531 000000000000078bbe2c2b91897084043582b203f00884f8bf95f7dab2b2abe5 4 0.00 vMB 799
168,530 168,530 00000000000008edddf0dab49d12a03c786375bcc615035b63d2c2709d660fe8 25 0.01 vMB 29
168,529 168,529 00000000000003beb4dece62d9d4c49b43c654ede5aa03a48cf2a76b359a333c 9 0.00 vMB 35
168,528 168,528 000000000000071617dc7e2bc6b91c6428731de41686c4e7768cd1b8e003711d 9 0.00 vMB 52
Previous 10 blocks ↓
Total Size: 779.50 GB

Node Details:

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