Loading Tool

Explorer IconExplorer

Memory Pool

75,057 transactions
27.69 vMB
0.07691581 BTC
Random Selection Loading Transactions
Max Size: 168.89/200 MB

Candidate Block

Mining Attempt 59a1585384f41681934ae59a80d0d99b61c82138b3dab918a99e251be976415f
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root 4dd9aaa00d65994b6057705270e10b700a8df01f1d04ef9a06238913e8d9b36e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,052
Size: 1.00 vMB
Total Fees: 0.01765317 BTC
Feerates: 301.57 > 1.77 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (314,738 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
600,518 600,518 0000000000000000000c72846bfe3a9f651da726fb8adac6421ef1dd155f1faa 1,863 1.00/1.00 vMB 9
600,517 600,517 00000000000000000013a79ccedf57916b50872a3fa367aeb0df83c8a71627cc 2,580 1.00/1.00 vMB 27
600,516 600,516 00000000000000000000e77333e5a88b4a1ad10fb41a57d383d2466f11c4b407 1,927 0.99/1.00 vMB 13
600,515 600,515 0000000000000000000c4329b47f06555b1ee5b2f4cd1c5db1f812662443aaa7 2,469 1.00/1.00 vMB 23
600,514 600,514 000000000000000000132aa3c167d2bb5745bf216a2556fff941e18652c5ab1d 2,825 1.00/1.00 vMB 38
600,513 600,513 000000000000000000097ed4fea6aaa14a3b65eb9464cc86630ba8a43c6d6eb2 1,674 1.00/1.00 vMB 9
600,512 600,512 00000000000000000002ce0d868e9045d066fbfb2468f1a79ebd234fe2c90698 2,500 1.00/1.00 vMB 24
600,511 600,511 000000000000000000132e37db8de2bd32306d7fd01604cd3de68cc3c3ca7695 2,557 1.00/1.00 vMB 17
600,510 600,510 00000000000000000003a118e049be535411ef70234d3911741968115da22c09 2,727 1.00/1.00 vMB 39
600,509 600,509 000000000000000000046ea1bdbba4d8b90510784b439b211bd4b9c5d5ba637f 2,593 1.00/1.00 vMB 52
600,508 600,508 000000000000000000014c44c9fa5f397d3a3ce48c761cd196e554b8cdf14286 2,821 1.00/1.00 vMB 20
600,507 600,507 00000000000000000012271e6360c526cfb60ad00aea59384fcaad73e9b2da3f 2,801 1.00/1.00 vMB 48
600,506 600,506 00000000000000000014c26ff2a88ec88bf20eaf2c8aec75888e604b3b919c43 3,102 1.00/1.00 vMB 16
600,505 600,505 000000000000000000048f1943195ac8ea759458826e4322d63a587652a377cb 1,120 0.90/1.00 vMB 8
600,504 600,504 000000000000000000002c6a8b433d76bbc1b5a1f319b1287b849236e1e5113f 3,014 1.00/1.00 vMB 5
600,503 600,503 00000000000000000010c2f81ef8a50854976eb5dc0f57e4a03250f5cf0e5852 2,984 1.00/1.00 vMB 32
600,502 600,502 0000000000000000000f7cf7d8b4aaf52c5bc7980170fd95bde609b424b19946 1,336 0.62/1.00 vMB 10
600,501 600,501 0000000000000000000b0e0545e275aa8335500a6fbe9d6dede7d648b67617df 284 1.00/1.00 vMB 2
600,500 600,500 00000000000000000004f672608346aaad5696e318ed4339a27a070df607fc99 2,887 1.00/1.00 vMB 6
600,499 600,499 000000000000000000072cd10119d513b281ee39a9b3daba5bc4ea97e7e51461 2,710 1.00/1.00 vMB 29
600,498 600,498 00000000000000000005ba4c12ba9a549da567a5fa792545e9e4095fa56b9cae 1,000 0.30/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.84 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: 711.86 GB
    • Received: 17.14 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.