Loading Tool

Explorer IconExplorer

Memory Pool

83,666 transactions
30.83 vMB
0.08305906 BTC
Random Selection Loading Transactions
Max Size: 189.40/200 MB

Candidate Block

Mining Attempt 6de4b897211ed5ad7d7f86e37a2822b1504f4d32c366281495f86a973c78a040
Version 20000000
Previous Block 00000000000000000000209b8de38c3e1775cd6d32cde674ad92e343308213be
Merkle Root 4d2f49e6f22098e2ef8c6d0a5e20338cba88e1870f2d3fbfb5da9dad331d1884
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,706
Size: 1.00 vMB
Total Fees: 0.01269774 BTC
Feerates: 60.16 > 1.27 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,362 (567,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
348,302 348,302 000000000000000008c37b227cb08a1574f5a1e7dd921b97883825ea8f2b8d63 890 0.49/1.00 vMB 30
348,301 348,301 000000000000000011fec41be885e4d03f3db99d11cd8e3b7721c569382177e8 1,013 0.63/1.00 vMB 21
348,300 348,300 0000000000000000138f643b9a26c00b01cdb4f6357503ed201900980c08d143 256 0.08/1.00 vMB 34
348,299 348,299 00000000000000000f44f1431275358db1f0aea00142bc0ada3685dd5d4a3249 1,281 0.74/1.00 vMB 24
348,298 348,298 00000000000000000cb9534bfa03c76b9a4b4c6c6b7070c1e34632ba7ca95cd4 1,554 0.95/1.00 vMB 23
348,297 348,297 0000000000000000014ddc0987b27a1176a3328e1903ee59313c36c2a2817f75 831 0.38/1.00 vMB 25
348,296 348,296 000000000000000008b75dbcd487c2f2ab38b656cfb9d493f7264ee11ff30b40 705 0.60/1.00 vMB 24
348,295 348,295 00000000000000001395b8c1f097e0cc7a8637a4ea0675cacf7f9506f2d7c548 803 0.69/1.00 vMB 19
348,294 348,294 000000000000000007dc64e7524af06fbaf5fea9e22a03934ba38f3077dc8c03 1,428 1.00/1.00 vMB 28
348,293 348,293 000000000000000002b8742a4c0cde93d5e3dfb067959726e773225c9f2a008e 1,132 0.50/1.00 vMB 32
348,292 348,292 000000000000000007073fdf0808749a4c845189769a1cc7ec6db562944cdb0d 1,149 0.65/1.00 vMB 25
348,291 348,291 00000000000000000efff7c3401fe793449dadc21d4883812b5d21bc14bb21b5 256 0.10/1.00 vMB 28
348,290 348,290 00000000000000000673886d363614d863ca776f82812817a0b5bd06306af8e0 361 0.21/1.00 vMB 30
348,289 348,289 00000000000000000b59aa07d0be5733e8ae52fdce0da7575737f67332dc5d70 837 0.42/1.00 vMB 27
348,288 348,288 000000000000000014e1ef3e16f75665d8c39c338fa0bbb0a66f195a3dacbebf 164 0.12/1.00 vMB 15
348,287 348,287 00000000000000000898ea2e975ee4967c7a945ad430499f58f4b41b8771ba5f 1,273 0.66/1.00 vMB 26
348,286 348,286 00000000000000000eccd6cb33d1b5d4307c8f66ab7c235242bcf7bc903b1a69 678 0.47/1.00 vMB 12
348,285 348,285 00000000000000000cb7d306f5d654325786e578107b536e9ffd98487b8daf3e 890 0.75/1.00 vMB 22
348,284 348,284 00000000000000000dd1dde777dc64ab1b2a9de2ea421ffe71012e64f5772643 684 0.35/1.00 vMB 32
348,283 348,283 000000000000000002876974378135d95df8a6fd445cdb8dd0362c15eaf5f8ee 1,478 1.00/1.00 vMB 28
348,282 348,282 00000000000000000d0e9fa788c9013e58731daa4307642fd644a99c8401eb01 1,040 0.75/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.02 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: 719.32 GB
    • Received: 18.03 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.