Loading Tool

Explorer IconExplorer

Memory Pool

27,197 transactions
18.44 vMB
0.05534935 BTC
Random Selection Loading Transactions
Max Size: 100.33/200 MB

Candidate Block

Mining Attempt f8597cc1e45360a2c3edc8c01e7d3e3ea5c2d498bfd33ce386776ba6e8d8ef28
Version 20000000
Previous Block 00000000000000000000e56ad227a8770a2278003f32fe4d6386c722a3a06bcb
Merkle Root 1bcb40261917cc49178549c5ebc024f84c5392752f28a797e43e1af5611b36cb
Time (UTC) ( ago)
Target 000000000000000000021a910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,972
Size: 1.00 vMB
Total Fees: 0.03430550 BTC
Feerates: 150.93 > 3.44 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 941,569 (19 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
941,550 941,550 00000000000000000000f2ed232b5fd0204675bc6f0af3c3ada9e3c8bc423992 970 0.26/1.00 vMB 2
941,549 941,549 000000000000000000009cfba75d47dd17e6e66d7d446a5dbcce4229c8d96d9e 3,894 1.00/1.00 vMB 3
941,548 941,548 000000000000000000007f5356433c45b3a06f2f272309dba80f3ec6586503a8 3,470 1.00/1.00 vMB 1
941,547 941,547 00000000000000000000e94864a9a1de876436979d74cc7bcd90caf075aa77b8 3,350 1.00/1.00 vMB 3
941,546 941,546 00000000000000000001b3a5320e58b6407e8a2d4fa464192141bf1e72ec2f70 4,045 1.00/1.00 vMB 5
941,545 941,545 00000000000000000001ebe60f285d711019b23dd24a76de6ce9ee4aaa066032 3,947 1.00/1.00 vMB 4
941,544 941,544 000000000000000000015707a145327bdb7b1cd0efe9e077889cfbd3839e6d58 3,912 1.00/1.00 vMB 1
941,543 941,543 00000000000000000001ca08c9e108da6d5f47333a8176791392362318443d7e 3,552 1.00/1.00 vMB 3
941,542 941,542 0000000000000000000126d6103fedf18e8f0b52d9571eab58facf62a74e4d26 3,521 1.00/1.00 vMB 3
941,541 941,541 0000000000000000000120bcc7d130ee28b75a71704cb70eb576de75b4f3f800 3,105 0.93/1.00 vMB 2
941,540 941,540 00000000000000000000d6d3bc236e64cc98e2c2e7a77e11158d1a7bc9ce1c1c 3,558 1.00/1.00 vMB 2
941,539 941,539 000000000000000000013b1f249549049e6f891eabdff34994b3dbbe83735fd3 5,915 1.00/1.00 vMB 1
941,538 941,538 00000000000000000001f87b57b26c3379eb3346a2df5b15f2fc94d8929b6bd1 7,639 1.00/1.00 vMB 0
941,537 941,537 00000000000000000001cd70e5f627eb7c4f871a10727109b35b77c72d0ccab9 761 0.22/1.00 vMB 2
941,536 941,536 000000000000000000005861564ee8151925e95eca59e590f1ea181ae24639f6 6,122 1.00/1.00 vMB 0
941,535 941,535 000000000000000000007d0a725c6db6102c2dc3078a07599a01a5959be92beb 4,668 1.00/1.00 vMB 1
941,534 941,534 000000000000000000005286abe428ee1eded747d1adf6f00ca3da5a7ffe4841 7,779 1.00/1.00 vMB 0
941,533 941,533 000000000000000000008d368302040d0d3fa8bc9c1f935e92eb6d03fdfd58e6 2,409 1.00/1.00 vMB 0
941,532 941,532 000000000000000000000fc692f9264a71c8904e1a82e60e73222bca8e46d5a7 929 0.26/1.00 vMB 2
941,531 941,531 0000000000000000000042785d37cd62cb89a28af9b35aca4aa58623127a4dbf 5,968 1.00/1.00 vMB 0
941,530 941,530 00000000000000000001b6c1bbf1929fa7a8ad01067e300166f28b30ed87842e 2,678 0.78/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 829.57 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: 4,663.54 GB
    • Received: 252.63 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.