Loading Tool

Explorer IconExplorer

Memory Pool

77,992 transactions
29.10 vMB
0.08681990 BTC
Random Selection Loading Transactions
Max Size: 175.61/200 MB

Candidate Block

Mining Attempt bffb041346c34a2a99c1f98c57f8ff625a01a78aa7d383be387e4e7e085f9c70
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3745534f21c1c76eb473b40ecb4a57c0a5777ee6a1272f17e25f092fbd3529f7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,480
Size: 1.00 vMB
Total Fees: 0.02595795 BTC
Feerates: 81.07 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (267,777 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,383 647,383 00000000000000000004c5e34cc205701be6b31190842f52dc4e7aea5917435f 2,570 1.00/1.00 vMB 51
647,382 647,382 00000000000000000007f13a430ab7fc8b9b21f0ab5491d693fe24465e0f7691 2,479 1.00/1.00 vMB 43
647,381 647,381 0000000000000000000615b65b722f9a5dc6191d3315bb4fced3e5cfe3a7b9ae 2,299 1.00/1.00 vMB 63
647,380 647,380 000000000000000000088bc3320164b1b6083785fdf50edf59946878c9cb549c 2,366 1.00/1.00 vMB 83
647,379 647,379 0000000000000000000f952923d389a93654003fd0a4873f62f0899ee7db09d6 2,163 1.00/1.00 vMB 14
647,378 647,378 0000000000000000000adbef9b4edff7559d0c1916cfae44ea2381a23cdc0590 2,614 1.00/1.00 vMB 81
647,377 647,377 00000000000000000003b833d103c8c9b0792604a6f48791daadfe2692c69ed3 1,963 1.00/1.00 vMB 47
647,376 647,376 00000000000000000005abde4fb3ffef6a8595646a2d5b436a03a4ec4d47e63d 692 1.00/1.00 vMB 20
647,375 647,375 00000000000000000010226bbee2a23c600343f2b7593f501bef4fa11cf54cde 2,149 1.00/1.00 vMB 19
647,374 647,374 0000000000000000000799ae32862626f512424aac49bd549e28ccf84b6cb160 2,091 1.00/1.00 vMB 93
647,373 647,373 00000000000000000005f5e446e6d8282ed19949511be606cc138b7dd543e28f 2,174 1.00/1.00 vMB 40
647,372 647,372 0000000000000000000af469968e1ad1ca86ca34d44f6ea24066b08f869464f4 1,977 1.00/1.00 vMB 47
647,371 647,371 00000000000000000000d9efae5d8b23187fef9352791576b7355ceeff14f46a 2,502 1.00/1.00 vMB 59
647,370 647,370 00000000000000000006a07f5f1feec92c49f1159d3006fa580bfdeccfdd2904 2,814 1.00/1.00 vMB 45
647,369 647,369 0000000000000000000b72b8fc7c1c51d3f167d55354575ca0b1573701244f77 2,864 1.00/1.00 vMB 27
647,368 647,368 0000000000000000000cbd559aac356866895c8c17ee28bcdbbb90525645d5ee 2,510 1.00/1.00 vMB 46
647,367 647,367 00000000000000000008083396a610faaacf682d348f38c6bc999a474d4bd96b 2,877 1.00/1.00 vMB 33
647,366 647,366 000000000000000000059f7f4cf8bbe76041df3daef7d66ad99a344ac9a3612b 2,474 1.00/1.00 vMB 85
647,365 647,365 00000000000000000005dd74188dc9711325e74a54c0fbe46c709efbf4f064d0 2,994 1.00/1.00 vMB 49
647,364 647,364 000000000000000000048c222b70bb221de800869fea8bc3bed9a9cffab97026 2,314 1.00/1.00 vMB 81
647,363 647,363 0000000000000000000367fe747da9e117dcd2b1c71c1351c856c62a4c4009d8 1,891 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 782.67 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: 673.14 GB
    • Received: 16.41 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.