Loading Tool

Explorer IconExplorer

Memory Pool

39,715 transactions
27.09 vMB
0.05586786 BTC
Random Selection Loading Transactions
Max Size: 141.59/200 MB

Candidate Block

Mining Attempt e68fabe1648656d2b8de89bd0ecd6c68fd4b7c271690fdcfdd27c5a8313257c3
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 2856c2bd5886bfad69733f8bfbe8ebc17297e43e263972f900dfaf9f835e7baf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.00560573 BTC
Feerates: 69.10 > 0.56 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (306,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
607,984 607,984 00000000000000000015a00620e1d28a04de5fe1b798533136728a40e9f1d0bb 3,432 1.00/1.00 vMB 16
607,983 607,983 00000000000000000014bf67e416ac6fbaeebbbfc4ec8de8b79adb543abe8c4d 2,602 1.00/1.00 vMB 30
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.