Loading Tool

Explorer IconExplorer

Memory Pool

34,601 transactions
25.85 vMB
0.06374937 BTC
Random Selection Loading Transactions
Max Size: 130.87/200 MB

Candidate Block

Mining Attempt 752df9a1bdda8c03b044d170ea2049025a5e399cd2c99e88a7ed6defb92670af
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 425773d5c2930d08f263623a82b7d0e26930d7278f14090ded55f27dc968a3ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,570
Size: 1.00 vMB
Total Fees: 0.01634979 BTC
Feerates: 74.70 > 1.64 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (464,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
450,363 450,363 000000000000000002661d9420e5574712d7142d675a84e056c231514a5e7123 960 0.56/1.00 vMB 59
450,362 450,362 0000000000000000001a8ca3cddc71feed66dcd784cbe0f1723437582c6e87aa 2,540 1.00/1.00 vMB 90
450,361 450,361 00000000000000000039e7fac5ffd9ab666c8882ece7bdf2be015d521e97b621 2,526 1.00/1.00 vMB 99
450,360 450,360 000000000000000001531047543538dbd001d05dbf566b523be8874ab63a3b14 1,661 0.71/1.00 vMB 89
450,359 450,359 00000000000000000091098e6a0b9145d134e571edad1b408601612747066a40 334 0.18/1.00 vMB 57
450,358 450,358 0000000000000000009dd51ce25fa05111608ddff5e06b5c76ea38a47b994d70 799 0.37/1.00 vMB 79
450,357 450,357 0000000000000000017898aa377cbd09e7632cfb739a4b63c0fc29c045030ce5 905 0.59/1.00 vMB 50
450,356 450,356 000000000000000001b341bae74bfeddf83ff38e8cd3018c6f583253b7d9c7f3 218 0.62/1.00 vMB 9
450,355 450,355 0000000000000000002c57f9d0d512b9ff0f19a2a87736675cc7561d83e0feca 1,894 1.00/1.00 vMB 49
450,354 450,354 000000000000000000a9945d56dff60089a66c8923535fe0cd3b605de3abd364 2,099 1.00/1.00 vMB 70
450,353 450,353 0000000000000000024ba1f418f226300ffaa9ba3d7166492a1b6298b090715d 1,931 1.00/1.00 vMB 66
450,352 450,352 00000000000000000035075ce837803a0e14efea985196e38d56218d01372d0c 2,138 1.00/1.00 vMB 85
450,351 450,351 000000000000000000705c28d799b66f480a35aa3c5b138c9a8370d91ef87f0a 2,487 1.00/1.00 vMB 82
450,350 450,350 000000000000000001b4d9cecdf2ac5df203d648066bff9b2d51be2844c5611d 1,815 1.00/1.00 vMB 113
450,349 450,349 000000000000000001b433a02d131f1b1a705739072e7c871b22fd2f6ded2b7e 1,865 1.00/1.00 vMB 74
450,348 450,348 0000000000000000007a4d54a4ee9fd940995fce2d8ff43e4239e98c50a9cec6 3,607 1.00/1.00 vMB 72
450,347 450,347 000000000000000001657badc6c7bbe19fddaa97bc3e6e0fbb08f38712eba0b6 1,476 1.00/1.00 vMB 67
450,346 450,346 00000000000000000077bba198c72cc12a407ef919f4115c56f8dccd4277893f 2,093 1.00/1.00 vMB 74
450,345 450,345 00000000000000000163e0f0620c9039ca65405f5b0132a595d228eb3ba5fa5f 1,873 1.00/1.00 vMB 101
450,344 450,344 000000000000000001eaa583266dc5537a4ac997d66a1920138edc04e3c61f32 1,959 1.00/1.00 vMB 89
450,343 450,343 0000000000000000003af5aa3e40d4ecf9253c252b10b2e1c1c646b6f6094792 1,436 1.00/1.00 vMB 113
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.