Loading Tool

Explorer IconExplorer

Memory Pool

80,209 transactions
30.46 vMB
0.08965162 BTC
Random Selection Loading Transactions
Max Size: 185.14/200 MB

Candidate Block

Mining Attempt 09e1ad1ea126d88ab64982c60b7ef06d0f9d3e31a9c9c6c9bb6d40a7d9f60623
Version 20000000
Previous Block 00000000000000000001b18527090b50466f4d831af0ce90acc09da8967d8af7
Merkle Root 18a452219acce7764fc9fe0a8e1bf2fbad07223d3e417d4324c4187ea98c3d00
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,980
Size: 1.00 vMB
Total Fees: 0.02064866 BTC
Feerates: 203.60 > 2.07 > 0.91 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,395 (3,672 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
911,723 911,723 000000000000000000001f2f6fe569c27e8d9b5a69c61aef66d241218e7a3ec7 2,845 1.00/1.00 vMB 0
911,722 911,722 00000000000000000001b3c68c7aaa33166c2a8e737fb70827971e7b1e340db3 2,142 0.72/1.00 vMB 2
911,721 911,721 0000000000000000000133875a4195508b5a8efd34b0351f275d5c635ea745e6 2,292 1.00/1.00 vMB 1
911,720 911,720 00000000000000000000e64faa7996c01b7ac62b5ca91b50845139b497e34668 3,481 1.00/1.00 vMB 2
911,719 911,719 00000000000000000000e08bcbbffad7e0a88c87f41c15c3741bc1c4cf7d4b52 2,869 1.00/1.00 vMB 5
911,718 911,718 000000000000000000005f1dc8d5c7a2816d569208baa304d6a2463b5882a9cb 1,493 0.48/1.00 vMB 2
911,717 911,717 00000000000000000000dd08a416e3715a25dd7e28aac0b79a817b0a036905b8 2,939 1.00/1.00 vMB 1
911,716 911,716 00000000000000000002090a277ba7775c82f2d133323a62d7998b7f909d85ff 198 0.11/1.00 vMB 2
911,715 911,715 00000000000000000000284e40ce79c99031147d6fc93274c5881d0a00c97f95 5,664 1.00/1.00 vMB 0
911,714 911,714 0000000000000000000074b07acc2b8b70562b1846eda629743de91dd5d4911a 3,230 1.00/1.00 vMB 0
911,713 911,713 000000000000000000010a16ddbeaa07e0b45170b3252bc66bc7824e5fd9f176 1,832 1.00/1.00 vMB 1
911,712 911,712 00000000000000000001dec1472179d9e9bf62b3a0f5cc6ac27d05a1ef78ebc7 3,541 1.00/1.00 vMB 4
911,711 911,711 0000000000000000000085c8b810329153adc0fd2a945091c021b80a904b78c6 1,521 0.48/1.00 vMB 3
911,710 911,710 00000000000000000001137fa28d430aebcd0d300cf39b5ed3b5d58915bda7e5 871 0.34/1.00 vMB 2
911,709 911,709 0000000000000000000002a4c018b7c27e80b5736161da4de69cc9ec3599d5f3 168 0.05/1.00 vMB 2
911,708 911,708 00000000000000000001420cb605446304e5d3fa735a9aa291313cb1dabf9e1f 4,972 1.00/1.00 vMB 0
911,707 911,707 00000000000000000001035e7909a3c71150c19fbc582be50b4676b91732945e 2,146 1.00/1.00 vMB 0
911,706 911,706 000000000000000000021b2cc711011db7a89e717208a50f87648b9af0966c2c 2,460 1.00/1.00 vMB 2
911,705 911,705 000000000000000000013e69476304c606a67eab43d1d0e87d9770be837d14ee 2,730 1.00/1.00 vMB 2
911,704 911,704 000000000000000000020e2f0df4219dc9ecd816bc338dacfd39c1148f344535 2,400 0.69/1.00 vMB 2
911,703 911,703 00000000000000000000456645ad3cccab16c7d98fc6f570a4c94de42983abf7 3,739 1.00/1.00 vMB 1
Previous 10 blocks ↓
Total Size: 783.07 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: 720.95 GB
    • Received: 18.33 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.