Loading Tool

Explorer IconExplorer

Memory Pool

41,855 transactions
26.48 vMB
0.07083357 BTC
Random Selection Loading Transactions
Max Size: 137.88/200 MB

Candidate Block

Mining Attempt 1d73f51d58331410d4a32007db1910421d3d3056debdc7c8148602416af76320
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 347fc1f5db38a8ecfff8ea70e720446a181471b355a5695d9e9f520faf12188f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.02219031 BTC
Feerates: 99.53 > 2.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (306,871 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
608,005 608,005 0000000000000000000263426f93192337f9d81c37c949fb9fb9c9fdb116674d 2,344 1.00/1.00 vMB 11
608,004 608,004 000000000000000000066a8ebc77ca30cbf7df009f9ed8021d509ba8f4676e08 3,544 1.00/1.00 vMB 34
608,003 608,003 000000000000000000094c8886883571fb8e35ffb9e70f8d11c193bd5971926f 3,410 1.00/1.00 vMB 21
608,002 608,002 00000000000000000005c1bce95bd0b62273efb492d02928e40f4a75a30a3a07 396 0.10/1.00 vMB 30
608,001 608,001 00000000000000000006c9614ecd279de71e8c0c5776cd99b0ee028bf865f1cb 2,596 0.71/1.00 vMB 15
608,000 608,000 00000000000000000006b271c328120aa9e868fab18df6ffbc0c3f58baf4e0f3 48 0.01/1.00 vMB 14
607,999 607,999 00000000000000000004a88cab1e6223f400ce5ac3bd6c50af7336f86d183da4 2,103 0.62/1.00 vMB 19
607,998 607,998 0000000000000000001578e6677678ce98ea822b33b3e8a1f0b5fe6bfa82f0a2 1,190 0.32/1.00 vMB 15
607,997 607,997 00000000000000000000b283d6c8bfe8440484ddec3bb82a79f882edc8cc5143 3,391 1.00/1.00 vMB 11
607,996 607,996 000000000000000000006cc718f70494a1fccbc5c328d08320b6ab7ec58f0fa3 3,552 1.00/1.00 vMB 22
607,995 607,995 0000000000000000000bd03b3ea01662662f54afb3cfcec9178ded1e6920732c 1,755 0.48/1.00 vMB 16
607,994 607,994 00000000000000000010abaefb3cdf4266ad3e1b227bf3ed78830e3f0cd5de3d 2,120 0.83/1.00 vMB 2
607,993 607,993 0000000000000000000484bc71bfecf3058001325c7408f36d1b7f57e0866c22 3,181 1.00/1.00 vMB 6
607,992 607,992 00000000000000000000ec6fdb67a2eb429f307b01170a5e92c66d9b9c9ba395 1,904 1.00/1.00 vMB 19
607,991 607,991 0000000000000000000a991375de0e443ab55b1bdfd2e128814aa1bbae144d07 2,804 1.00/1.00 vMB 20
607,990 607,990 0000000000000000000e6d14bf0509651daf1edd33349ae7eebc91f8b88d4b3c 2,148 1.00/1.00 vMB 37
607,989 607,989 0000000000000000000594d9e95df7c28c7bba2e18528f3f5ef2706d2dc8491d 1,817 1.00/1.00 vMB 3
607,988 607,988 000000000000000000025ff6106178e51c1a8ccd782d2bd0683b31bd5815e855 1,720 1.00/1.00 vMB 6
607,987 607,987 000000000000000000030de2de22eced1946b6de57816094097e57909dc37e5c 2,758 1.00/1.00 vMB 12
607,986 607,986 000000000000000000033128e67f1e34e8457e11f7cc17b4cee17480051caafd 3,227 1.00/1.00 vMB 14
607,985 607,985 000000000000000000128c97f658c4a345334d63c1bbba98ba14c15833353dfc 3,140 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.