Loading Tool

Explorer IconExplorer

Memory Pool

15,786 transactions
11.47 vMB
0.05290384 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 59.20/200 MB

Candidate Block

Mining Attempt 6375960838a5328fcf0418329d8be0bb3a18e13b2628564661377218a1192d03
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 79d754929ecf810eeb6b5dbcfc846f9d968fa204ffc522b26dbbf77728c776dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,108
Size: 0.99799825 1.00 vMB
Total Fees: 0.02725715 BTC
Feerates: 151.03 > 2.73 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (701,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
212,091 212,091 00000000000000998cadd3d514255a64c94065ef048402bc27e067e59524d297 386 0.15/1.00 vMB 187
212,090 212,090 00000000000003158a4a20efed248e8c9fbcc1c71f8b618dd2db89142c983e26 59 0.04/1.00 vMB 100
212,089 212,089 0000000000000496672fdf785725b9e88067f71afb339c77ca1d0a91e580f35d 239 0.11/1.00 vMB 176
212,088 212,088 00000000000003266efcaf9721b795d5246f5b2c92665bd4c2df4df3d77e62ab 255 0.08/1.00 vMB 26
212,087 212,087 00000000000003f0af0add6753b4c010360cbece7dc962b1acc853f8299a8dd5 86 0.04/1.00 vMB 90
212,086 212,086 00000000000004900e418965c7eb820517d5c4d58e4659352e9a06e3fe7b8051 399 0.18/1.00 vMB 259
212,085 212,085 000000000000048daaff8905daa0dae5fa31b372bb80a609e7cd230e8a54a437 206 0.11/1.00 vMB 126
212,084 212,084 00000000000003146b75a1858519e422b3d45727df272894192b85da5416e7e6 381 0.16/1.00 vMB 179
212,083 212,083 00000000000000c1f7acbace634c5f79753ff189d26ceb8b713f77ce1daba6ec 369 0.26/1.00 vMB 149
212,082 212,082 00000000000000b4517be7a1d8cc9283e1b18db6b9602abc94eb2b1ef7ef4e84 142 0.05/1.00 vMB 17
212,081 212,081 000000000000025612fe6d883e1d43826bf7e09963c0c410037a9841b586fe30 547 0.20/1.00 vMB 273
212,080 212,080 00000000000000c8a77b31d2fab104e3580561c578c1efa754df0af70dd8ad4f 819 0.41/1.00 vMB 187
212,079 212,079 00000000000002cca2cbe33afa7cb1ae2c401358b7c1e943ea1967984340992a 442 0.21/1.00 vMB 148
212,078 212,078 00000000000004cb63dcf2269ed50c94d2380037d51d716fecf3cf7e61e9fac5 615 0.25/1.00 vMB 191
212,077 212,077 00000000000003f98964335b75677386437b67c09985746d3ff3bd21ce1c1355 613 0.25/1.00 vMB 200
212,076 212,076 000000000000032f25c8c02f1bf59492f92935c19a4e250ae8f98802b00d0e19 618 0.25/1.00 vMB 216
212,075 212,075 00000000000004ddb3722b47df4ba88745299fb61fbceb84e1a512bf0362322a 297 0.11/1.00 vMB 175
212,074 212,074 00000000000000e41acb7b85d1b9756a95eb43cee8b14263a2460e7a95e0dd26 348 0.13/1.00 vMB 286
212,073 212,073 0000000000000185fd503de750202edbc91f8ecdab3ac76d7a2783cea9230c39 38 0.01/1.00 vMB 293
212,072 212,072 00000000000002383d6d306720346d107bd44e0bc1445b882f2c7050e3880ddd 325 0.14/1.00 vMB 241
212,071 212,071 000000000000010a0dce31b3d46460364c990c31eab5658ce691514c21607388 69 0.03/1.00 vMB 560
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

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