Loading Tool

Explorer IconExplorer

Memory Pool

78,806 transactions
30.12 vMB
0.08822943 BTC
Random Selection Loading Transactions
Max Size: 183.28/200 MB

Candidate Block

Mining Attempt 5460fd1dbf8cd49d63657ecac6118c32e12c8b07c1d65b17299063b44e302463
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root 7cce02d1c926ddf92cf06632147c3fe8abf1716bece364ba33fd60f54f390678
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.02123240 BTC
Feerates: 151.02 > 2.13 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (43,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
871,548 871,548 000000000000000000021d4e046648bab22e9efca5be83e85e97eea1fc0c3de2 2,430 1.00/1.00 vMB 15
871,547 871,547 000000000000000000029e19fa042fb06b561150af51cfc6be9f2def66da07d6 3,315 1.00/1.00 vMB 18
871,546 871,546 0000000000000000000264fcfa5c930772a80bbef5550196398f2ae671fddad6 3,800 1.00/1.00 vMB 18
871,545 871,545 000000000000000000018208b239a5a2fc56a918e6eaf0334106b3cbcaef9f42 3,526 1.00/1.00 vMB 17
871,544 871,544 0000000000000000000142946b7b272db76d129d2fe1e51ed4c90c430100e088 3,954 1.00/1.00 vMB 26
871,543 871,543 00000000000000000001278445be2c7b171691f4623b9c1b113e5c358f3ebef6 3,559 1.00/1.00 vMB 27
871,542 871,542 0000000000000000000044ff3f5ac54584e2cbb7b07ba0e0f32bbb3cd04a9a8c 3,120 1.00/1.00 vMB 13
871,541 871,541 00000000000000000001d72be8b60559896b8932d503870fdf837075b16cd8be 3,338 1.00/1.00 vMB 23
871,540 871,540 00000000000000000001540a0e87072c5328398ded051b2d7faa05fd1dd82b1f 3,371 1.00/1.00 vMB 32
871,539 871,539 0000000000000000000193b7f7d484dc4c7694652e4da6b9f096d11513a30967 3,637 1.00/1.00 vMB 42
871,538 871,538 0000000000000000000157febc8513d263f42de6f8bae5446f87142b5d4d6dc1 2,115 1.00/1.00 vMB 10
871,537 871,537 000000000000000000002b0d61112a5b12a6858ec3c5e032d9c2ad75efc207d2 3,851 1.00/1.00 vMB 19
871,536 871,536 0000000000000000000088bd05ddca7a595def638efd4e3cf509109b577be4e5 3,542 1.00/1.00 vMB 21
871,535 871,535 0000000000000000000183c6c73cf3ea10d1a70310bbb262b048bb22c9806b58 3,114 1.00/1.00 vMB 12
871,534 871,534 0000000000000000000244b08cd3e55e0347f44bd3f98da455cd886f9888bd11 4,825 1.00/1.00 vMB 12
871,533 871,533 000000000000000000002d9f080d90041fb8cbfc7dde513310b917cc42a4b063 3,987 1.00/1.00 vMB 14
871,532 871,532 0000000000000000000214cd05610a806f90f03249425ad00bb842a2d9585e9c 4,235 1.00/1.00 vMB 22
871,531 871,531 00000000000000000000f9c407bca16ef70cffe3b8fba4b30b4e5fa05d2dd66f 3,846 1.00/1.00 vMB 25
871,530 871,530 0000000000000000000192e87deb2b39cd0a63c324aa546c41643301ba5b4b57 3,265 1.00/1.00 vMB 32
871,529 871,529 000000000000000000028d4c2144df3c029c8bd3683b6b7b7af0c5ed53ca9fc8 3,942 1.00/1.00 vMB 30
871,528 871,528 00000000000000000000dd788bad09ca778031f8058406afa9229deb165d3b80 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.08 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: 721.22 GB
    • Received: 18.37 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.