Loading Tool

Explorer IconExplorer

Memory Pool

76,894 transactions
28.55 vMB
0.06313448 BTC
Random Selection Loading Transactions
Max Size: 173.26/200 MB

Candidate Block

Mining Attempt 6a2f1aa22a292c541f676dd5e95d5dfd839970ad5ba4f76d39beba9a92c9bfd2
Version 20000000
Previous Block 00000000000000000001c49f83a44b33fdaf760ac061f9963277002d72c7d5d6
Merkle Root f3b691934364e44a55953a6f798916ca75fa118b53c7e5484e116ed5f5593c81
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,011
Size: 1.00 vMB
Total Fees: 0.00400739 BTC
Feerates: 73.20 > 0.40 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,091 (280,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
634,391 634,391 000000000000000000120f8f8ed51c0ebc620198c3e19002b10340ca2443f19e 2,975 1.00/1.00 vMB 23
634,390 634,390 000000000000000000072a39cc0ca627661fc49f219a0d70623c04b947395bba 1,944 1.00/1.00 vMB 24
634,389 634,389 0000000000000000000376448c1e7bfee024ee95318132995aaf5c852198f9f2 3,169 1.00/1.00 vMB 44
634,388 634,388 0000000000000000000032a8836c5cfba3966679b46b20e9f679b6bad481ed6f 1,523 1.00/1.00 vMB 32
634,387 634,387 0000000000000000000e749b5db74a171c4194c3c0007188916def8dfe0e2d33 3,127 1.00/1.00 vMB 42
634,386 634,386 00000000000000000001832f5784fcce0e17cb58d818ece7a9243bdc94ae15f2 2,250 1.00/1.00 vMB 30
634,385 634,385 00000000000000000002c24595c016861d470871b7c6762201885594e41ba38c 2,367 1.00/1.00 vMB 21
634,384 634,384 00000000000000000012512da2b986701ee81051a15009f69c45f528f0155557 2,736 1.00/1.00 vMB 37
634,383 634,383 00000000000000000008e3780fc3751bdbde9d11e56c35e380708e3e41eea8c8 2,438 1.00/1.00 vMB 35
634,382 634,382 00000000000000000013716c16e813715de3aa991de8f873de99f43340f9b8b2 803 1.00/1.00 vMB 64
634,381 634,381 00000000000000000009b030f438a6b707099cbbbab3b38d2792e2670648d962 1,732 1.00/1.00 vMB 9
634,380 634,380 0000000000000000000bd66133fe9f7c64b7af786cc628083209943add490952 2,803 1.00/1.00 vMB 16
634,379 634,379 000000000000000000136f1b78deeebc33a9b7b33d25c2e37f5446cb33b586fd 2,742 1.00/1.00 vMB 19
634,378 634,378 0000000000000000000649c10f9441528b7c2f66cd8e8be4e2dc3efaa15fbb3e 2,757 1.00/1.00 vMB 37
634,377 634,377 00000000000000000002111585bc2d0c8ce709ed1cf8b9cc5b92bfc0f9f0f842 2,500 1.00/1.00 vMB 21
634,376 634,376 0000000000000000000818f6f9c3ad71cff81402a6f3c3d3b4ce88f808e2d2b8 1,296 1.00/1.00 vMB 10
634,375 634,375 000000000000000000005799555d86cee464b14afb21d7eaf0ec2c8249a80a4b 923 1.00/1.00 vMB 9
634,374 634,374 00000000000000000011dcd02d8c44cd29893ed411367714ae92b770b8dc0a5d 231 1.00/1.00 vMB 4
634,373 634,373 000000000000000000059297baa85b225ed84e75dbdda2b31c1e1ebc32da45fa 2,458 1.00/1.00 vMB 11
634,372 634,372 0000000000000000000ba36332bb9a8c0db11d25a765d0f3590dd7fb12742e72 2,364 1.00/1.00 vMB 32
634,371 634,371 0000000000000000000c87f81ad2edfcb90aecdddbb494e5d7b9412774e1b1c4 1,200 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.55 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: 669.83 GB
    • Received: 15.77 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.