Loading Tool

Explorer IconExplorer

Memory Pool

41,578 transactions
26.46 vMB
0.05507127 BTC
Random Selection Loading Transactions
Max Size: 138.90/200 MB

Candidate Block

Mining Attempt 3a66b352688ec0878a91fa67ef504163adacd86def05f9071c2a29841100ca4a
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root e192f4bed904ec4cb80c8090d8ef3e4a7d7aa08b2ac4e5daee0f07f336607d60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,179
Size: 1.00 vMB
Total Fees: 0.00661451 BTC
Feerates: 100.68 > 0.66 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (588,688 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
326,114 326,114 0000000000000000158fcd26d8d0665aa6c6016fb26c357ade6d0976e13e880b 125 0.06/1.00 vMB 42
326,113 326,113 00000000000000000e0699aff426032f9eb0e77386c645567923940815e3f64d 316 0.35/1.00 vMB 16
326,112 326,112 00000000000000001c9d3f0da3818ab5004054af8660e4ad1a07e61306806920 923 0.35/1.00 vMB 44
326,111 326,111 00000000000000001db4033aa20b75fedab16e561b2f6c653ff2087ad505d348 145 0.08/1.00 vMB 30
326,110 326,110 0000000000000000166f3c2c6141a83526a45920268a6f25eaceb4b07bcead65 356 0.21/1.00 vMB 37
326,109 326,109 00000000000000000855a98f1f6c8e790c67266caabbe2d2df5253faab698d8e 162 0.11/1.00 vMB 18
326,108 326,108 00000000000000000352f4d5869b1580bfc5cdd8c2a34b6083f33af4c7c3ad69 1,200 0.74/1.00 vMB 27
326,107 326,107 0000000000000000038a24d97e4b806f901616e55ea23c0f89e4a0839cb4ce46 223 0.14/1.00 vMB 27
326,106 326,106 0000000000000000064d912bda01041cc449da5a27911e2dc9a4dc98ade678f5 191 0.10/1.00 vMB 27
326,105 326,105 00000000000000001f34af265e01644498f2c04161482a0b91d3df63f36c9c7b 361 0.28/1.00 vMB 23
326,104 326,104 00000000000000001b53e3af773ecc84dd8ae22b3a4de4788661fc0421d16a51 33 0.01/1.00 vMB 22
326,103 326,103 0000000000000000038a4e740ce33425bd2aa5bbf03bc94a3bafafe1060f0448 283 0.33/1.00 vMB 12
326,102 326,102 00000000000000000f4d6b91dec8c8813756779d03ce49a6b19dbd72b891dacd 242 0.20/1.00 vMB 19
326,101 326,101 00000000000000001a6bb1bf7681a4c2281276f4d6589bceafa23455bf213613 727 0.44/1.00 vMB 23
326,100 326,100 000000000000000005cbc66e0a9caa21ecdf4a3ddf68b6cdf973d7c60f5ee866 1,413 0.75/1.00 vMB 25
326,099 326,099 0000000000000000159cf1dc2b5937ada30390e10c37179dcd4ed6081a31f2e4 1,530 0.50/1.00 vMB 45
326,098 326,098 000000000000000016bac818e27a6c9b0a7d64c760822d54cf4ce3fa287b00bd 833 0.41/1.00 vMB 31
326,097 326,097 00000000000000001d027b52185b2a1267e0de88194ae1168b6da2caf08763cc 470 0.27/1.00 vMB 26
326,096 326,096 00000000000000001a2ba28e41722d366ebe58604d1a2d32f72fd4e9b4fb524f 500 0.33/1.00 vMB 25
326,095 326,095 000000000000000013d4799d3cdb3c0aec53a8e75922ef6cdd5c155e878bd47b 168 0.09/1.00 vMB 31
326,094 326,094 00000000000000001f24fc1858e20f9c9dd4b9db31480e0f53b5e24d5e7ef885 173 0.10/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.