Loading Tool

Explorer IconExplorer

Memory Pool

14,484 transactions
7.58 vMB
0.02738190 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.68/200 MB

Candidate Block

Mining Attempt cee3abb86a5c9a8670c9a4e67d8ed55632140521b385d8ec75c1d4fbec7eb204
Version 20000000
Previous Block 00000000000000000000edce6ae38ae0879a5f02be8c70f55701c1a69c60679c
Merkle Root cc73fbadc5e34dafd5582c2ca98061f1ae90bb65a286aebd5021de81cc190e2f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,878
Size: 1.00 vMB
Total Fees: 0.01194001 BTC
Median Feerate: 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,383 (759,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
153,425 153,425 0000000000000325bc7430c5b7cb2597328a7aea61e6e8005231760650307600 35 0.01 vMB 258
153,424 153,424 00000000000008a68e831ebefd7074ed1e743f4ed700b9d10c3806eed84cb2b2 22 0.04 vMB 51
153,423 153,423 000000000000070b2eae2a456d7a7d6a020e783fa5e4cdd61fec3bae22d4c2bb 46 0.02 vMB 29
153,422 153,422 0000000000000aed8e44496a151aa9e5e1b7feca30d9dccc433fa51b7ecca6ab 21 0.01 vMB 14
153,421 153,421 0000000000000a98a4612edd7af8d8c0fafbbc8b73803df1f15041beee3a4d10 36 0.02 vMB 43
153,420 153,420 00000000000004694754cfe23acdd5355ca622d59a3233ce2a5536be270a2fd3 79 0.03 vMB 140
153,419 153,419 00000000000003d3d83643664ea711074b3497f7e5ae41cc23c39315a00db0bd 12 0.00 vMB 45
153,418 153,418 00000000000003ef3857bb5a3e93d43ae7bf92207320456d592e6bea2c550db6 32 0.01 vMB 141
153,417 153,417 0000000000000b83d325450f21f499fce6d45e2dc2fa5b920ce60ecddd573639 26 0.01 vMB 936
153,416 153,416 0000000000000c72402738d8292e9499d0f0ae1b834f3121a50a81b1b08026f2 30 0.01 vMB 64
153,415 153,415 000000000000015520fb476a6fde648909eca71beeaed7d309c7d5efae44f2c3 66 0.04 vMB 31
153,414 153,414 000000000000015a8dfacbb0d981f5577c060921811b39ff64a64f217dd6de2c 35 0.01 vMB 111
153,413 153,413 0000000000000bd018562f8a2223ab1fb0c13253a0fa5a8c21f002a337175ab9 64 0.02 vMB 12
153,412 153,412 000000000000016e2269ff43d43e1409a7703ade6556d0443284c10a33b7091e 16 0.01 vMB 64
153,411 153,411 000000000000061efbb7789a5cd6041a033f7ddd8259e6ac5525dca3c193d1f1 9 0.00 vMB 62
153,410 153,410 00000000000004b9c06dcbf9436e19caad9a6d37fc6550217d64cf1550cde3f8 9 0.00 vMB 63
153,409 153,409 00000000000008f79a9dd711b3ef91acee4ede2e9bcbcc479000cc19b82ab086 68 0.03 vMB 136
153,408 153,408 0000000000000b4d46b0a74e2d37d2909cf4fd65d901892f3fbbfccff735d56f 13 0.00 vMB 0
153,407 153,407 00000000000004fb6cf24e61e365a596ee30dcd721ce4e0e04081ef6254aa7f7 14 0.00 vMB 82
153,406 153,406 0000000000000708cd66c0f96f08436531c387b980d59bd403fe8375b2ce398b 52 0.02 vMB 89
153,405 153,405 00000000000004f05f35338699e57e4a59a228a966bfea96e1e8b35a704284d1 7 0.00 vMB 0
Previous 10 blocks ↓
Total Size: 779.53 GB

Node Details:

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