Loading Tool

Explorer IconExplorer

Memory Pool

81,828 transactions
30.46 vMB
0.07914227 BTC
Random Selection Loading Transactions
Max Size: 186.75/200 MB

Candidate Block

Mining Attempt b1612a4deb023d0713a173586ceee5d1fd9c4cd6923d5142b6a64a672591d9f0
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 9b7da4cbddf3b036d9e82d66904f04aeb63b99a9caac4692ddc8599b5b1e6f3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,311
Size: 1.00 vMB
Total Fees: 0.01120959 BTC
Feerates: 150.77 > 1.12 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (103,686 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
811,643 811,643 00000000000000000001833d9182c2333f519ee472d67f0088a8838ee28cdf5b 996 1.00/1.00 vMB 11
811,642 811,642 00000000000000000001a264aea96ef331ca1e602adc893c7626b526302f200e 1,066 1.00/1.00 vMB 12
811,641 811,641 0000000000000000000331e18cd33cecd6003a2450249d381291ad95f4236c12 331 1.00/1.00 vMB 6
811,640 811,640 00000000000000000003ee519c5c19be08c5313887111b2039b6b9e0a9fe0b48 1,098 1.00/1.00 vMB 10
811,639 811,639 00000000000000000001f0c9417490eb79cf4a993a9a30e17562776d4dbcaf6c 555 1.00/1.00 vMB 5
811,638 811,638 000000000000000000027c5fab7e2ed8e1c38e5547cd526162059a5d7624c86c 408 1.00/1.00 vMB 6
811,637 811,637 00000000000000000000e80c644edcf542e0d40c0b359332d62e54a20761507a 852 1.00/1.00 vMB 11
811,636 811,636 00000000000000000002645c8a40d23fde95d6943ef88fd1e0b1e08e0f5f2d12 613 1.00/1.00 vMB 10
811,635 811,635 00000000000000000003b3af1abac8b8728804a01d824f52c162404a8728a483 1,281 1.00/1.00 vMB 11
811,634 811,634 000000000000000000022aa705b0fc08130fc057b1bf714799f26ec9cfc65e53 2,936 1.00/1.00 vMB 19
811,633 811,633 000000000000000000018be1b7fa1315d6819635e635b720d4db28e0342ad023 1,260 1.00/1.00 vMB 7
811,632 811,632 000000000000000000012aa0f7af17a95dd63f5d2d27009e7d148990c523816f 1,211 1.00/1.00 vMB 5
811,631 811,631 000000000000000000037021a7925a988bf8752f78a6f6b08c1026cd6ec7c4f5 632 1.00/1.00 vMB 3
811,630 811,630 0000000000000000000418ec39fb828ef4ca43d2059969c8224a2c635ed320e4 1,822 1.00/1.00 vMB 8
811,629 811,629 000000000000000000016acf894dddbeabdd44775c5f4a3e0d8185577257f6d1 764 1.00/1.00 vMB 3
811,628 811,628 00000000000000000001f4517c3dadf472cb2d28a296c44b0fd2bfe66ecfa2e2 150 1.00/1.00 vMB 1
811,627 811,627 000000000000000000012f4ed18ba3f2d71d75fe3827cf998488598ba14943ef 445 1.00/1.00 vMB 2
811,626 811,626 0000000000000000000122094c49a95d9b6f6582d7293e5e18f2e4bc089eaaaa 601 1.00/1.00 vMB 3
811,625 811,625 0000000000000000000347b31822a148e3d191b471d084f5f2e59e505ec436bd 1,190 1.00/1.00 vMB 5
811,624 811,624 00000000000000000000ebaefabecdc570d97988c322eaddf8311f8e4b39eaa3 1,470 1.00/1.00 vMB 7
811,623 811,623 00000000000000000002c2d5ff0c5c5aa050159bfd14e885e3a37321151a5d2d 339 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 715.35 GB
    • Received: 17.72 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.