Loading Tool

Explorer IconExplorer

Memory Pool

63,449 transactions
35.09 vMB
0.14332550 BTC
Random Selection Loading Transactions
Max Size: 187.12/200 MB

Candidate Block

Mining Attempt 17897c0d41af3578d21a3cfd428d22bcaefd8a3c4d19b9352ef5d52766552dc2
Version 20000000
Previous Block 00000000000000000001db60b636186bd1aecedcfcc25d04d7c99ec11aaae16e
Merkle Root 15e23756a4b957f2f394c0308a8d60071a9913aeb6c387b29e89edf5d707696a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,795
Size: 1.00 vMB
Total Fees: 0.04204918 BTC
Feerates: 100.36 > 4.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,423 (787,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
126,680 126,680 00000000000027165f48f5d184f0021141c02e160ad26b5ecd5544fc8d412726 24 0.02/1.00 vMB 601
126,679 126,679 0000000000002f624ed987b24c05fa57868f9b30b2d2c6a4b9c8e15d51a32bf0 11 0.00/1.00 vMB 743
126,678 126,678 000000000000144547846e46dec927f9968b5cf70995b64486904746120288fa 70 0.02/1.00 vMB 282
126,677 126,677 0000000000002e7eae18d9eb196b84271d1a00419ff9de3824d7fd8070e6b73e 31 0.01/1.00 vMB 729
126,676 126,676 00000000000033b6bfa306e48770936e30422c7c3d5fc494c3fe2650d2de9d14 4 0.00/1.00 vMB 0
126,675 126,675 000000000000172590ade753ec4d4b25e7378ca8e3c1f6accc71a0e65c2aaa3a 19 0.01/1.00 vMB 950
126,674 126,674 0000000000002fec34c83250fc6fd37fc558830bb57bcdb83473cf8a02ef9b5a 13 0.00/1.00 vMB 1,017
126,673 126,673 00000000000031b33f5bf207c3e7e933da53f4fb7faa1668d957e2fe3d7eb3ea 49 0.01/1.00 vMB 1,944
126,672 126,672 00000000000043884189c60989bf3a95da4296dc3bdbb86ed8081e6bb71d023e 31 0.01/1.00 vMB 677
126,671 126,671 0000000000000ce1afba344d3ca872ba9b2d168dcec51a645408d7c604a442a5 10 0.00/1.00 vMB 340
126,670 126,670 0000000000002500de5f2b4d78862571542093ed585265fbf1ab997bcc00ead9 15 0.00/1.00 vMB 1,163
126,669 126,669 0000000000003a6609e3bef40650f73c051d16d7cb83d65cf1aa80c9661c61f3 20 0.01/1.00 vMB 940
126,668 126,668 0000000000002a10ebe729692f0d4169f74bc71384d84d1020110b3014adbe35 8 0.00/1.00 vMB 877
126,667 126,667 0000000000001db5047fbb72bd400d7f067da1d67a4f6af691103da51fe1b6b6 5 0.00/1.00 vMB 1,474
126,666 126,666 0000000000002047e7b1f397f67e8ef04484c5a590bd37249b9774e875ee2caf 11 0.00/1.00 vMB 759
126,665 126,665 00000000000020a36594327cf4dfd9691e05192d5ba237394ffdedd3ead66e5d 59 0.02/1.00 vMB 437
126,664 126,664 00000000000038a0dac2f3c4e186d3fd224f3d1f608231a7bbdd4c66fc9f955e 6 0.00/1.00 vMB 308
126,663 126,663 000000000000246b43e87003ff6e79a68c918875db6372fafbd4598261cdcd97 34 0.03/1.00 vMB 814
126,662 126,662 0000000000001eba5c9f91a43945e0b95ffde6fb4035b59a7e73684c3825fc0f 7 0.00/1.00 vMB 1,354
126,661 126,661 000000000000305642e0210e8b3fe7d8b1837397710a9336c1385ac24e8bf313 16 0.00/1.00 vMB 1,232
126,660 126,660 000000000000096dd5ff9a375ac537575031f0ecc2742faceddbe591420a5922 46 0.01/1.00 vMB 1,755
Previous 10 blocks ↓
Total Size: 781.35 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: 602.16 GB
    • Received: 10.33 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.