Loading Tool

Explorer IconExplorer

Memory Pool

73,689 transactions
27.30 vMB
0.06403008 BTC
Random Selection Loading Transactions
Max Size: 166.73/200 MB

Candidate Block

Mining Attempt e4528b0131bc070dcf7334eddb5c003d2c20c054f96834ae0a96483de16995a2
Version 20000000
Previous Block 00000000000000000001bb87348e6d3ff23561ca1d138f03813134dfb60134ae
Merkle Root 1a4c095c6ab826b1722f6fd404b73c25572522694f2e4d4ea65cfadc6c3b493f
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,426
Size: 1.00 vMB
Total Fees: 0.00602259 BTC
Feerates: 84.51 > 0.60 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,283 (449,502 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
465,781 465,781 0000000000000000006c89301940454c8ccb8f9299112a4e83d40004d3db2d78 2,391 1.00/1.00 vMB 241
465,780 465,780 0000000000000000007e0f2a8c42a8ab7229c9a0f42bb165a8a780ca1b45cec1 2,412 1.00/1.00 vMB 227
465,779 465,779 000000000000000000671568eae998df11c2ab31388633e354aa834ee0f687e1 2,781 1.00/1.00 vMB 240
465,778 465,778 00000000000000000022e71f925c49214f8eff02a43da978221dff5bb85faddd 2,362 1.00/1.00 vMB 362
465,777 465,777 0000000000000000003c9e8702bbb5da35bf38c7a7a78c6342101b3f84fcf1dd 2,362 1.00/1.00 vMB 254
465,776 465,776 000000000000000001715fa645bb37751e2d822a7b80bc48719609bfe30fd6da 2,462 1.00/1.00 vMB 227
465,775 465,775 00000000000000000034a19251d851057d1d0b3e33e622eaf807088b8be73bee 2,918 1.00/1.00 vMB 297
465,774 465,774 00000000000000000132cbd61779221182c99711ef29f75b5060f4dfe2ac8167 2,108 1.00/1.00 vMB 206
465,773 465,773 00000000000000000167da6b6c08c03c378dc6797431602a6b78a0dc6196c7a8 2,338 1.00/1.00 vMB 203
465,772 465,772 000000000000000001d42e123324718af6267a04289225d0c8b1723ce2db5568 2,555 1.00/1.00 vMB 206
465,771 465,771 000000000000000000773b25f0fd9904ec326c45efbb872af74874bac0b9ff92 2,279 1.00/1.00 vMB 196
465,770 465,770 00000000000000000151d59c5f870bdcda23a9463bc0777c7bf7df3d2d1bcd02 2,363 1.00/1.00 vMB 218
465,769 465,769 000000000000000001e4786d9291435c194900c25e8678e84c5168d2e3b52b8f 2,676 0.93/1.00 vMB 195
465,768 465,768 00000000000000000064cb4af1a3e780cb83990f0b5c276b675a1cb6823b4614 2,386 1.00/1.00 vMB 238
465,767 465,767 000000000000000000ec3bac88aa888d0ad56002f44e87ddef0aa71b8c2e250d 1,783 1.00/1.00 vMB 213
465,766 465,766 000000000000000001d7c990b13ffde86cebb79215fc27e77ce7e20b5d4bbb30 2,464 1.00/1.00 vMB 211
465,765 465,765 000000000000000000aef3ecd01efcb793e5b4930e04cf274c84f7714b5f602b 1,641 1.00/1.00 vMB 179
465,764 465,764 0000000000000000008dae8a9a7a3307ea1a1733ae1c620c08f401517a150d8a 2,127 1.00/1.00 vMB 233
465,763 465,763 00000000000000000145e8122aeaa0706b5d6a44ac6c35e97ae1bf506310b6c7 2,548 1.00/1.00 vMB 275
465,762 465,762 000000000000000000da38a6097a042eeebd1e21d97bb31c0786534e1463d08b 2,505 1.00/1.00 vMB 275
465,761 465,761 0000000000000000013434d802b31081e12eb3ad578fb5d366890115a934389f 2,162 1.00/1.00 vMB 205
Previous 10 blocks ↓
Total Size: 782.88 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: 713.28 GB
    • Received: 17.34 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.