Loading Tool

Explorer IconExplorer

Memory Pool

46,234 transactions
26.90 vMB
0.06130064 BTC
Random Selection Loading Transactions
Max Size: 142.72/200 MB

Candidate Block

Mining Attempt 8f0ad58fd9a6e8238812f22a32895dd89903e54b981abf2b45a1fb1028053da6
Version 20000000
Previous Block 00000000000000000001d48fe31ee355e05137abbba8ee3417ce18547d2ebc79
Merkle Root 4943c7a14fce2f93834396cdbd6e150299526495bee9ad879308204665387e0c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,734
Size: 1.00 vMB
Total Fees: 0.01161788 BTC
Feerates: 40.21 > 1.16 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,743 (795,384 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,359 119,359 000000000000925f3a3725c12d691f8e6541d1686a083ebf5c8ac554e02e40b5 13 0.00/1.00 vMB 1,231
119,358 119,358 0000000000006fb90ed4905de0368fbe9a0bf36420d78ada4ae60a81f846e5a4 8 0.00/1.00 vMB 978
119,357 119,357 0000000000001a2f04b24e1ff9c22dc3549717747dfedd25e9c234b7c9f3acb9 9 0.00/1.00 vMB 0
119,356 119,356 0000000000009d2bec3a9390df769f8e89f1e1e8c877276ebeaa41beb9bbcc9a 12 0.00/1.00 vMB 1,169
119,355 119,355 00000000000024ef8cde70a904d1c7ad7b4549094a50820210c092ba125591c3 14 0.00/1.00 vMB 596
119,354 119,354 0000000000004cc15b85ff30c34ff37b65b112e9cf70d3d6fc920b5b975d005c 9 0.00/1.00 vMB 1,274
119,353 119,353 00000000000036d336c3e945c6c0db9c07e56044e57e2141632338e3e769d7ff 6 0.00/1.00 vMB 551
119,352 119,352 0000000000000a1fccdcdd317c113d50caf56184073e2437b9f2a31400b5cf93 10 0.00/1.00 vMB 822
119,351 119,351 000000000000a7b20774e5c554668c4ede39b60738e849f505f97ce85789d563 11 0.00/1.00 vMB 1,613
119,350 119,350 000000000000b234de1bca7f4a495479d0076a9b44e12f1908c6acff83615921 6 0.00/1.00 vMB 0
119,349 119,349 0000000000007df357ebc1ff8ae8ec352fd36e8ee58ef9a51fb017609520d023 12 0.00/1.00 vMB 912
119,348 119,348 0000000000002a8b3c86b305d3a7950edc69f023a506bd54620edbbc195088fe 5 0.00/1.00 vMB 1,937
119,347 119,347 000000000000838dc09e1544146e80c7ef7c3922381a529132401c8affae09ef 39 0.01/1.00 vMB 306
119,346 119,346 0000000000004d0c23d7d71c0c890a49e375cbc4c0798f8034884701d353e7ed 1 0.00/1.00 vMB 0
119,345 119,345 00000000000032ed516f4fe8cb7d8ccbff5703556d07cc7d0f1a234427c3e301 7 0.00/1.00 vMB 669
119,344 119,344 000000000000a5113efc207edd77383c3d64cd62497cbcd5c59d3579dfb5069f 9 0.00/1.00 vMB 690
119,343 119,343 0000000000006a14700f82b94308b5099c1286eb75da73ecf61c537293903bf3 1 0.00/1.00 vMB 0
119,342 119,342 0000000000009774467f9e7853bed580a8e13ab55c0a0f54f96817b78936df3f 7 0.00/1.00 vMB 0
119,341 119,341 00000000000021bd370b7c438816e8bb3b5e9e0428b77bf8556f16798b237073 7 0.00/1.00 vMB 1,935
119,340 119,340 0000000000003a22f5074ceae3ce4dcc6bccc269401b1aea257a2a54438fe8d6 2 0.00/1.00 vMB 0
119,339 119,339 00000000000050b649ee2f64f1b2c98b14ec6a57cbaf43e1e20b75d08e6cd2cd 13 0.01/1.00 vMB 1,055
Previous 10 blocks ↓
Total Size: 781.93 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: 646.42 GB
    • Received: 12.86 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.