Loading Tool

Explorer IconExplorer

Memory Pool

22,494 transactions
9.75 vMB
0.01850203 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.41/200 MB

Candidate Block

Mining Attempt 5648f29fa119ee6a191b0de53ec2bf4bbdea9f1348d37ede77601d7e57711f13
Version 20000000
Previous Block 0000000000000000000206a432cc2ded4b2a989c2f7c6a93aad05b59aa8f67ab
Merkle Root 10cdcb12906fd1ee1ee47e01ca50b5c3da6806ea14981443e9ad5bd819df69c7
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,608
Size: 1.00 vMB
Total Fees: 0.00308325 BTC
Median Feerate: 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,563 (572,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
340,900 340,900 000000000000000000fda17295b0efe96dc7b71ec7983fdc8de4edfcc3f0da3a 204 0.10/1.00 vMB 27
340,899 340,899 0000000000000000187e19a7f728a43b4f715e4539d40ece855127fa48a3c1e2 494 0.24/1.00 vMB 25
340,898 340,898 0000000000000000105c3d7aa3ba22be3c1aba5a68c4acdc36e0dac694ef45e8 173 0.10/1.00 vMB 15
340,897 340,897 00000000000000000037d2ae5cae643afd3c52985ff2f749b0c3796323d3f8ae 250 0.11/1.00 vMB 22
340,896 340,896 00000000000000001438bd2a625d8948b09f4430d81845ff7ee9f080467c89b6 974 0.43/1.00 vMB 28
340,895 340,895 000000000000000001118aedde2ba5e440cee340a699169020ac59da7476170e 465 0.29/1.00 vMB 16
340,894 340,894 0000000000000000167d2ef3eec671c9f17941395ca84a4da4024d98ff66d034 482 0.26/1.00 vMB 23
340,893 340,893 00000000000000000b23772a9c6cefd576b12ee43dd034abd9b4dc7d2ab27db5 292 0.14/1.00 vMB 27
340,892 340,892 000000000000000011d8b8391db06442f1e7c1178737e30edf9565c4c7da70b3 674 0.35/1.00 vMB 25
340,891 340,891 000000000000000011400da908d9fbc337ba5c09749c9a27ab186b3670bf18fb 576 0.28/1.00 vMB 26
340,890 340,890 000000000000000001a7d761f83fa5217873172041bb71224858cd34ad926b51 288 0.14/1.00 vMB 27
340,889 340,889 000000000000000005bc52a750b2fd66c1d461f0eaa78bef858cda5595692d76 471 0.40/1.00 vMB 15
340,888 340,888 0000000000000000180b57d2858e89c8af717c34c24f13ba73aedacb72962d51 2,033 0.75/1.00 vMB 35
340,887 340,887 00000000000000000f94a4ca3fef8ff9b8b6c68c8cb003b1edb0967e0b175189 1,538 0.75/1.00 vMB 27
340,886 340,886 000000000000000002f493c9fec0e2c60357991f4a41aba7eb6128fc0e440b5d 215 0.12/1.00 vMB 18
340,885 340,885 000000000000000007cf9caa94a4040b09a7afe57157aeaefbb611434ed16fe0 444 0.28/1.00 vMB 19
340,884 340,884 000000000000000012d445c889ac92145d3e2f3b29abbc725d411d3cab8a1d52 1,676 0.75/1.00 vMB 29
340,883 340,883 00000000000000000cb805809c0c6bef41c829114ba182e42d3560fb7e7ff500 534 0.27/1.00 vMB 28
340,882 340,882 0000000000000000070ff66bca8791d2401e8673256522c2214b4f5d2975c509 183 0.10/1.00 vMB 22
340,881 340,881 00000000000000000e81b0b1117850a64d2119ebf6c9b9cecff64cc66586b8b9 175 0.08/1.00 vMB 19
340,880 340,880 00000000000000001733f1efb6c9d2ced17fc0187e76eca78856a763119ae690 64 0.06/1.00 vMB 10
Previous 10 blocks ↓
Total Size: 779.84 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: 427.64 GB
    • Received: 2.32 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.