Loading Tool

Explorer IconExplorer

Memory Pool

41,862 transactions
26.48 vMB
0.07090659 BTC
Random Selection Loading Transactions
Max Size: 137.89/200 MB

Candidate Block

Mining Attempt 71563a555fbb386be85f8d804978e2eb4c8412b74348db8b8fc39b4e9d58fa48
Version 20000000
Previous Block 000000000000000000013d1b293536ab82134f325a16ee38fb06a5a60fa57fff
Merkle Root 347fc1f5db38a8ecfff8ea70e720446a181471b355a5695d9e9f520faf12188f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,834
Size: 1.00 vMB
Total Fees: 0.02219031 BTC
Feerates: 99.53 > 2.22 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,876 (202,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
712,577 712,577 00000000000000000007543297c30244c5c48c7efa6258a50484873d017b691f 3,460 1.00/1.00 vMB 3
712,576 712,576 00000000000000000009b7700b5f9b82ecfde33b81a83a1df119672523682520 2,591 1.00/1.00 vMB 9
712,575 712,575 00000000000000000007f9b9d6fe91cfd9c65c71faf23dd78a0526d51a4fe769 2,957 1.00/1.00 vMB 16
712,574 712,574 0000000000000000000a0dee8fb541998d8aac904690a409ed199b4e29417d40 3,200 1.00/1.00 vMB 22
712,573 712,573 00000000000000000002e1d9578dfb0d5d3c49ac2cad90c0154142e0810bfc4b 2,014 0.75/1.00 vMB 11
712,572 712,572 00000000000000000007b5b7c608eba62bba34936faac2bfd86e08b07a3c0a0b 1,040 0.44/1.00 vMB 10
712,571 712,571 00000000000000000009c5b6f683477fbe807bc36093ba7c2923590a00bd26c3 2,416 0.93/1.00 vMB 9
712,570 712,570 0000000000000000000a925b6f84e16c6c9f89c1e86f3d775b6122289a3f05b2 2,146 0.97/1.00 vMB 7
712,569 712,569 0000000000000000000768c14e7119ca93fb49cc103b448a53dba33ebd3223e1 2,004 1.00/1.00 vMB 7
712,568 712,568 0000000000000000000aff396c37f6a8395d60e975fdc61f3f1ba928a87d7b05 2,115 1.00/1.00 vMB 13
712,567 712,567 000000000000000000073301c4e231b2b053fdcc18c2495b97769bf76b1a2fb2 130 1.00/1.00 vMB 1
712,566 712,566 00000000000000000008616e69df0e2121c396cad2918aedf1df1c7cfd06cd57 1,508 1.00/1.00 vMB 2
712,565 712,565 00000000000000000000d0d7953d4c6f6b91c4441ddbd8d2f84764f500061ffa 2,646 1.00/1.00 vMB 19
712,564 712,564 0000000000000000000369700318794848edeb3d72c9cedaacf2a52e93cb4e82 1,539 1.00/1.00 vMB 3
712,563 712,563 0000000000000000000be2f4108944f9e18a191aee7b279979b19863cf28bdb2 1,890 1.00/1.00 vMB 4
712,562 712,562 00000000000000000007174fb9d44b8ed3c8716a62191ee0ba6436f11c015630 1,939 1.00/1.00 vMB 20
712,561 712,561 00000000000000000002f801f5151a823c3e730b1bde6badd543f6d9d1f857a7 3,248 1.00/1.00 vMB 7
712,560 712,560 00000000000000000003500378e22318766328fb3c9be36e1b78504fff04df12 3,263 1.00/1.00 vMB 15
712,559 712,559 00000000000000000003975df769ac0c287f4c4d6a9537b1160d7046ec250399 3,013 1.00/1.00 vMB 14
712,558 712,558 0000000000000000000b27714d8460e11ed40f026dea9de39dd967e0a482604f 2,901 1.00/1.00 vMB 24
712,557 712,557 00000000000000000002df6377e87ae0d223e82e8dbf62ab3c9973eaaa91fb7d 347 0.13/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.17 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: 653.46 GB
    • Received: 13.89 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.