Loading Tool

Explorer IconExplorer

Memory Pool

76,095 transactions
28.37 vMB
0.06386333 BTC
Random Selection Loading Transactions
Max Size: 172.03/200 MB

Candidate Block

Mining Attempt 27a34851087e43ddc0c9bbba121c93416b5cde5c16f4480af02fc89c949c266f
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root b5a422cd1098300a9ace8242b17ed3769ffd52949fc73b8a398e571e9be661c5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,977
Size: 1.00 vMB
Total Fees: 0.00519804 BTC
Feerates: 41.50 > 0.52 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (241,091 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
674,069 674,069 00000000000000000003818dde53f8a8908437fb8e25eee4a9eeb455a19edd82 2,827 1.00/1.00 vMB 63
674,068 674,068 000000000000000000066f78226206f04c41f87e61a45bb404bd95ed3fb56003 2,957 1.00/1.00 vMB 71
674,067 674,067 00000000000000000004a24f0a597436446f6347ae15dcf54c38f47e254770bc 2,444 1.00/1.00 vMB 86
674,066 674,066 00000000000000000000f59d2af58daf3081b4e084033d69cacfcd00b4e4e433 2,843 1.00/1.00 vMB 105
674,065 674,065 0000000000000000000cb56a4918e648782e60ca5c3f560c65d22bf40c8d7787 3,302 1.00/1.00 vMB 73
674,064 674,064 00000000000000000002b3e34f49d10770a29b191f7cc8d3f148b1dd2d144873 2,619 1.00/1.00 vMB 86
674,063 674,063 000000000000000000016bd1998a8e7340227d03cb8d014d3890dc76e7c09466 2,933 1.00/1.00 vMB 110
674,062 674,062 000000000000000000016272444cd8249cd49271a2462f4c8971044990da6eee 2,304 1.00/1.00 vMB 81
674,061 674,061 000000000000000000046209b901150a0879ca5c94b14be0a36f97f2ca9bf8da 1,160 1.00/1.00 vMB 84
674,060 674,060 00000000000000000005b3a4ebbbc3880b8e0fa3a34be1adc2f3f36b34a70f35 2,487 1.00/1.00 vMB 91
674,059 674,059 00000000000000000006cbcca93e920d96d087b65c81e3f1aefd2427685412c1 2,902 1.00/1.00 vMB 108
674,058 674,058 0000000000000000000a0dccbba702e374120fc6641fab0007d7b426b769d5c1 1,616 1.00/1.00 vMB 79
674,057 674,057 0000000000000000000563f9833ce20475e2482def173965fe91e0766d910a23 2,898 1.00/1.00 vMB 82
674,056 674,056 0000000000000000000344470ff90051b4fac533981c1888f2758ad2b0e11e6f 3,013 1.00/1.00 vMB 98
674,055 674,055 00000000000000000002c753c3b999d5454e7ba558322403e6d82493817a9631 2,872 1.00/1.00 vMB 104
674,054 674,054 0000000000000000000a3c304b2d706c1c9dd5fcdd6b5524e01bf1f4b0a29369 2,242 1.00/1.00 vMB 89
674,053 674,053 0000000000000000000bff1abd2e7f603eef43ff75d8a98427bf160d9c09de4b 2,502 1.00/1.00 vMB 91
674,052 674,052 0000000000000000000b98b1de5c725a4c82c58b4d1fe2d595bdc54a025b4572 2,690 1.00/1.00 vMB 77
674,051 674,051 00000000000000000008af87a5cf75250307458932ec2f23cd70075497727d3e 3,159 1.00/1.00 vMB 83
674,050 674,050 000000000000000000033764153853dddf0f44629894665c7c0bdb8d3fb1e272 1,686 1.00/1.00 vMB 80
674,049 674,049 00000000000000000001cc3691ba4714de708ae7fc1295b4e0925992f9ae934b 1,218 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.