Loading Tool

Explorer IconExplorer

Memory Pool

26,439 transactions
6.75 vMB
0.04903465 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 47.06/200 MB

Candidate Block

Mining Attempt ffab04e1a1c0f6920221996b2f4839107588869c33e8bfbbd46966af25c397d8
Version 20000000
Previous Block 00000000000000000000f0f8cdddaad53176e3bccba4216d36f8bd37433b7869
Merkle Root 27d4049230f6eb5827558cedcd85af750c5b2b6b07d971e13eb900ce73946e38
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 2,557
Size: 1.00 vMB
Total Fees: 0.02888415 BTC
Avg Feerate: 2.41 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,002 (552,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
360,350 360,350 0000000000000000122da7723e96723b9b475f3ca6823d174f7f5d68261edf1f 0.81 MB 1,201 22
360,349 360,349 000000000000000004e3d7b1cff56c5264b16dd79d10a26683c2fabb11669b5d 0.31 MB 445 25
360,348 360,348 000000000000000014642349de67fc30a43c170ff2b915bcbf81798a8fa26116 0.43 MB 683 25
360,347 360,347 0000000000000000010415a07defb542c8d407ba61807219639ca3bd00aa6e5b 0.46 MB 581 24
360,346 360,346 000000000000000016b1a73549224d3828d512ccc602eeb3ae1783ff7946ab9c 0.17 MB 285 22
360,345 360,345 00000000000000000c8a256b033d5cba1fa7c77f6dee181f7a59f544cecc915c 0.49 MB 713 20
360,344 360,344 000000000000000014d0da999899d28be27ca9bbc38d6464e2a3ac430e548d9b 0.34 MB 616 25
360,343 360,343 000000000000000007a95f68b8a4aa2f92234ccd4d048ba6cdc5e975ffc0087e 0.00 MB 1 0
360,342 360,342 00000000000000001076637edc77a87943ee0f9c273fd612389cef9203c3920d 0.87 MB 2,029 30
360,341 360,341 000000000000000010ba41706d4fe475656f7942a8f22eb04c315a58801eda6a 0.53 MB 1,125 26
360,340 360,340 0000000000000000064e59ca7a4cfb016fd332a62bd21567dcfca507f1c4c042 0.24 MB 511 27
360,339 360,339 000000000000000000d60c38d67aad2c11037a9dfcc61567d5826efc36739250 0.12 MB 228 24
360,338 360,338 00000000000000000138d22d0c1bb5cf0361a33ee8bea1e924b04f6673c272b1 0.38 MB 776 27
360,337 360,337 0000000000000000138878ff4517a2eb2ec7a18ea591397ed19d07ee3b2b788d 0.63 MB 999 19
360,336 360,336 000000000000000008a8279acbbc1644be4374714c15c40b9f13c8b5aeee554a 0.75 MB 1,934 35
360,335 360,335 0000000000000000121191884b20fe30a0ff32eab420071c68a025beb29b4efc 0.57 MB 1,116 26
360,334 360,334 00000000000000001314219c603ccf7fce8cecab676a772f78137bee27288fbc 0.12 MB 286 23
360,333 360,333 0000000000000000002fa5146f4bd151e350075937a0f69d84aa697e1a92e4ad 0.18 MB 414 38
360,332 360,332 00000000000000000a1dcfb205944f50a25741e087eb1133cc84360d1d2dd334 0.36 MB 645 27
360,331 360,331 00000000000000000ce2dff0ec8b57b166c26099b8cd00677945cfdf20c082e1 0.25 MB 412 16
360,330 360,330 000000000000000011b91f35b67e3ed383fde6f7df0a257fccf218d7d5bf3b67 0.13 MB 281 23
Previous 10 blocks ↓
Total Size: 778.84 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: 382.77 GB
    • Received: 3.44 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.