Loading Tool

Explorer IconExplorer

Memory Pool

25,833 transactions
5.87 vMB
0.03644731 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 42.90/200 MB

Candidate Block

Mining Attempt 78d0654695b2971a6191ef2b327fc6d260f4ddc3ee5fb262ab9cf6e2d4ef1a42
Version 20000000
Previous Block 00000000000000000001ca3d172fcc4297b887cf959b1dcd9557594f1994d576
Merkle Root 996effaeeb7b268167606d4a5f2c3493bdc47dfa28c5f0a4bb85fb0419372731
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,423
Size: 0.78 vMB
Total Fees: 0.02293815 BTC
Avg Feerate: 2.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,007 (707,032 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
205,975 205,975 000000000000044b71ccd7180e9a3fdeb4d457b76bb6092ad5ebe9692cbf6ef8 0.21 MB 360 241
205,974 205,974 00000000000001ed32e8cbaa588e75ba07abc3deb9f7d3288c9634c38926d5fe 0.01 MB 27 0
205,973 205,973 000000000000037c0fa47e320060005a386e46a6a1a1d6f11e67d0b6f5ceb1b7 0.31 MB 726 214
205,972 205,972 00000000000001f655b0ace7d5f8ac65f1d83e8eb095af761d45d30a6555958a 0.03 MB 44 50
205,971 205,971 000000000000004fce55f6b2622adad1ec3d10545c178bc39566166a84709f53 0.18 MB 438 233
205,970 205,970 00000000000002a54abb82d715e80878337c1306e5e393096cf499e9688c4c81 0.05 MB 150 274
205,969 205,969 000000000000017c8d9201f8c6e40479098b315122b99baec720ff1252d8662e 0.05 MB 133 306
205,968 205,968 0000000000000163e6ad70b8436bf0f280107c9934c21c8b62b4812dea078a7b 0.03 MB 59 94
205,967 205,967 00000000000001974a455c790c692ad47b79dc04fd3fca098e2601c05a81373f 0.13 MB 136 108
205,966 205,966 000000000000031ef1914c1d5f5b8eb74f3bcfff755299e41653dd06afb2b511 0.23 MB 308 177
205,965 205,965 000000000000031d71cd43b103e0290166208af2b8f06b2fa9d8c1644b540c9b 0.00 MB 11 15
205,964 205,964 000000000000024d813e6d9b508a38f7cb4703ee4bc868978c47926f9d589ae4 0.00 MB 13 32
205,963 205,963 00000000000001bca031410871e8c69fab9c45d9708e992a518fe3e1be2b1199 0.23 MB 311 138
205,962 205,962 0000000000000502a6bbea0611c0d43876d6d9f573be41458def5cf60a73b4c7 0.00 MB 5 109
205,961 205,961 00000000000001afe7f883887b3e7d2528cb32960471531cd64ae106cb68cabe 0.02 MB 32 70
205,960 205,960 00000000000001ab9d2073e13f5bc5539f6f15ef0d1d3108f8e640111f8b20ef 0.15 MB 366 195
205,959 205,959 00000000000004135ab227cca75ca2f08fad7a222763d25969b9e0a3aab7c51b 0.09 MB 305 137
205,958 205,958 00000000000000c8a4aa6487114433aa7c89825f9a99a9a0af65faa0ad82bbc3 0.09 MB 193 260
205,957 205,957 0000000000000355c600027860ac5b0e2aeba3047b6f6df449845514c67ee33c 0.41 MB 804 164
205,956 205,956 000000000000039ebaa8f9deca1a26dadd43eb3f40c3e3025d97eec03ff47643 0.00 MB 11 335
205,955 205,955 000000000000045153dc07625cf1c37b1414f8e0c5cde21061c55ab11b31c348 0.05 MB 110 150
Previous 10 blocks ↓
Total Size: 778.85 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 386.88 GB
    • Received: 3.48 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.