Loading Tool

Explorer IconExplorer

Memory Pool

41,586 transactions
26.68 vMB
0.05527087 BTC
Random Selection Loading Transactions
Max Size: 139.95/200 MB

Candidate Block

Mining Attempt 7dfbf169b0fc11a044311f85d593baaddaceaff1a147fe47f354806b68830347
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root a9a3c9744a1171441c614e8486e9cfd27e1b3e80091f05f653392656b1ecb92c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,699
Size: 1.00 vMB
Total Fees: 0.00602501 BTC
Feerates: 103.41 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (54,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
860,643 860,643 00000000000000000001865e07c87637c6e8eff3400384d0e871cfe500323be3 3,208 1.00/1.00 vMB 9
860,642 860,642 000000000000000000016f45fc9b008bd221690bae72f8bbf066333c5cc50686 3,588 1.00/1.00 vMB 12
860,641 860,641 00000000000000000001a8cb7df23ba0036bd156ad363ababb6fa04e82dedffe 3,807 1.00/1.00 vMB 4
860,640 860,640 00000000000000000000659d2eae0f9881d75954bd35ed091f27a3fb5d472c74 5,731 1.00/1.00 vMB 3
860,639 860,639 0000000000000000000174132dc9d45c5fd164eef475e52cb87c2d15f093150d 1,474 1.00/1.00 vMB 4
860,638 860,638 000000000000000000032318c9bbd58fb6b74e4f9bdc46647b34f6e3858dc05b 627 1.00/1.00 vMB 6
860,637 860,637 00000000000000000000a62f182c621235b4d9f1e61f484a2f6d99ce8eee6eb8 2,486 1.00/1.00 vMB 9
860,636 860,636 00000000000000000001e33ea00b8476301bf6254f94870b797dcb8de5c86fe4 4,251 1.00/1.00 vMB 4
860,635 860,635 000000000000000000016c342244ad53f6fdee96920f0e0a0b0b91b30ade9ae7 6,600 1.00/1.00 vMB 2
860,634 860,634 000000000000000000019a7fd1fcdd151fc32f3b15e19e90ae86ab236153e02d 4,522 1.00/1.00 vMB 4
860,633 860,633 00000000000000000001553ceacdd97932000d5a058fab293bd44eeaf56d0b6b 6,202 1.00/1.00 vMB 4
860,632 860,632 000000000000000000029894ad27b601fc69c53f1d792e731beb48ab7182dadf 5,574 1.00/1.00 vMB 4
860,631 860,631 00000000000000000001ba3d1f0570e45c2bd29ec619fd77c3db8bbabaca5ed4 4,638 1.00/1.00 vMB 5
860,630 860,630 00000000000000000002c684a5f2f6cc68cda01335a20844ef94730120dc90f3 3,420 1.00/1.00 vMB 6
860,629 860,629 0000000000000000000266cf09af46d4bf1c326ad5e0eb4a8af8e4d2c4d0f7bc 4,948 1.00/1.00 vMB 4
860,628 860,628 00000000000000000001085d16dbc967501d32b64c16562871ce99ce461c023b 4,559 1.00/1.00 vMB 5
860,627 860,627 00000000000000000002ca0a4155d9a8f38c52d62667f9a82dc8d50a8b53e953 7,578 1.00/1.00 vMB 2
860,626 860,626 00000000000000000001f549392f23137cf2bee92ab8e62e1a39367c7aa98c36 5,539 1.00/1.00 vMB 3
860,625 860,625 00000000000000000003084579466e78f131a9a09fe8ee448c04f441d8185655 2,658 1.00/1.00 vMB 6
860,624 860,624 000000000000000000003cacfde52676b60838088bd1960c1c8a4fdccf21fe43 6,058 1.00/1.00 vMB 3
860,623 860,623 000000000000000000024e5d9ed42dc5ec4a719b4f74db3d847df151d664cbbf 7,217 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.25 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: 655.52 GB
    • Received: 14.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.