Loading Tool

Explorer IconExplorer

Memory Pool

55,207 transactions
32.91 vMB
0.11430971 BTC
Random Selection Loading Transactions
Max Size: 172.81/200 MB

Candidate Block

Mining Attempt 4973a3a8f4b11b8cdb89af33a6f2b038563f74caa38101b9f5c55338590d6c94
Version 20000000
Previous Block 00000000000000000000c2c3593e09fd7cdbeb5924eb063e31c5035843cd86b4
Merkle Root 54829a03beb47fa73adf7cad2e25a7f02ea8c4b85edad9ca5743472a47043474
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,975
Size: 1.00 vMB
Total Fees: 0.04476201 BTC
Feerates: 1,007.04 > 4.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,434 (168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
914,266 914,266 0000000000000000000082b3b4b8622f403d01a8032343e6e0d2dc191672410b 6,325 1.00/1.00 vMB 0
914,265 914,265 000000000000000000013f119a4de9f0b3d286cdfaf398ba995203b0880e929f 6,379 1.00/1.00 vMB 0
914,264 914,264 000000000000000000001428120a75dbf31748b5b51f13bddf9cb37613e1970f 3,564 1.00/1.00 vMB 1
914,263 914,263 0000000000000000000123917c1c24e68a0a0bea8122dbb8edfa0019bd0ffd84 1,961 1.00/1.00 vMB 3
914,262 914,262 0000000000000000000070ee9b239bd53cde87f82b5deb85b7ef7ca93cf67ea6 3,818 1.00/1.00 vMB 3
914,261 914,261 000000000000000000006a40b6934de27a65e3f2212bde7c1ad0a2dc2c124e8c 3,469 1.00/1.00 vMB 5
914,260 914,260 00000000000000000000686bed0627151f22dbb88dc97c9a06af7e0389956d6c 4,480 1.00/1.00 vMB 4
914,259 914,259 0000000000000000000157a8c8e1353dd302dd73eb8610f040445cef37457e83 490 0.13/1.00 vMB 2
914,258 914,258 00000000000000000001efc6ef29afb06af1d34a1a418adad7d70a52f0b7c848 4,674 1.00/1.00 vMB 1
914,257 914,257 00000000000000000000dfa26ff962d9143c4fb2732d130388a1170ffbb09acd 3,505 1.00/1.00 vMB 2
914,256 914,256 00000000000000000001af9c9039ecb95a656cc56c0c35028d810fb8b6d729f9 2,420 0.66/1.00 vMB 3
914,255 914,255 000000000000000000009f8355e2d0b859207e1888b0f643858283125ec7229c 2,299 0.72/1.00 vMB 9
914,254 914,254 000000000000000000007fcec63699ba48b22378db3248ba561fff186cf62d88 3,970 1.00/1.00 vMB 3
914,253 914,253 000000000000000000012fee73eb771c2c43f85376728d2485b24b2da8da81cd 4,151 1.00/1.00 vMB 4
914,252 914,252 00000000000000000001dc7d8af27fbeaa83efa4a354c22a9b1c23db4f2935e4 4,861 1.00/1.00 vMB 1
914,251 914,251 00000000000000000000416a6dc17e67a77961886f4f86236da123ec7d620312 4,163 1.00/1.00 vMB 2
914,250 914,250 0000000000000000000056e021e4a2cb871a3541ca6457f30ea0a270653da23b 3,231 1.00/1.00 vMB 16
914,249 914,249 0000000000000000000011bbbda3b247dee20e01790af767d8ef9b013c132c67 2,852 1.00/1.00 vMB 12
914,248 914,248 000000000000000000009a39193b4e27b39ec6b59372bf74bf29441b09503400 2,999 1.00/1.00 vMB 5
914,247 914,247 0000000000000000000073ff96478c5584a0477e81e2c2b98ae9f339a9380378 4,099 1.00/1.00 vMB 4
914,246 914,246 00000000000000000001f1448b0e3258c4fb0417662266c861ce03c6a1377b3b 3,572 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 781.37 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: 602.39 GB
    • Received: 10.41 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.