Loading Tool

Explorer IconExplorer

Memory Pool

43,528 transactions
27.19 vMB
0.10026294 BTC
Random Selection Loading Transactions
Max Size: 142.25/200 MB

Candidate Block

Mining Attempt 9812d5455c408c5e6099f7a80956ee1e99598f0118bc6cfa364d0e18c1fc7b35
Version 20000000
Previous Block 00000000000000000000fc48cc8686a8ac722c054bcc7b44a0442c0f1c3ff981
Merkle Root 041cf6cc0ef9b75cabbaa35e2c3a3de2eb295934ab2dac6d3dc43c01bcb68e39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,481
Size: 1.00 vMB
Total Fees: 0.04791043 BTC
Feerates: 151.01 > 4.80 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,883 (57,388 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
857,495 857,495 00000000000000000000abe73ef91127bc21300837f784cccf2cd40d8bb551cc 2,474 1.00/1.00 vMB 14
857,494 857,494 000000000000000000014bf8f908886c90e5fb3e9ef2432485be52ec992ca477 2,874 1.00/1.00 vMB 5
857,493 857,493 00000000000000000001134bf37349e124f306604fe0879bb18e69d1bfe58160 1,255 1.00/1.00 vMB 5
857,492 857,492 000000000000000000031d5d625af9c59498c61a43b43192530c90032e058e74 3,072 1.00/1.00 vMB 5
857,491 857,491 00000000000000000001fb3ea09958fc4e3b85855190433053e76d4cde1a5b3c 1,130 1.00/1.00 vMB 7
857,490 857,490 0000000000000000000011a5548c467394c47a7131cf9b5e788fbfbb3fa6769a 1,086 1.00/1.00 vMB 8
857,489 857,489 000000000000000000009f1bc4243f90514b95b5fe76255cdb383cead531270b 2,843 1.00/1.00 vMB 14
857,488 857,488 000000000000000000013a199a015e3d99c642d32275b4d776a107bfdb501f0a 3,267 1.00/1.00 vMB 6
857,487 857,487 00000000000000000001182e39a48c6a7cfe09ac5338c85328f0c17b5c33032a 2,679 1.00/1.00 vMB 8
857,486 857,486 00000000000000000002d19665690e1474091a54bf92351c0791559603cf36f1 2,972 1.00/1.00 vMB 15
857,485 857,485 00000000000000000001f06d780098a2157aa1d449d4bc7c504c3a4b95b95cc0 4,105 1.00/1.00 vMB 5
857,484 857,484 00000000000000000002804b2bcb97bac1572d109656a82065c772d5ac934340 3,601 1.00/1.00 vMB 5
857,483 857,483 0000000000000000000153020cacbeb701bc67df1aedf53da96694efaf807b4e 4,256 1.00/1.00 vMB 7
857,482 857,482 000000000000000000032c403816646630cc127f8aaa55b41539f22ffc4b1c58 3,504 1.00/1.00 vMB 10
857,481 857,481 00000000000000000000206f01696d443a39e1a4887f45a9c751abec3f99224a 4,243 1.00/1.00 vMB 7
857,480 857,480 00000000000000000001dbe3ffac6f47a32318c974861bfd4dbe88fe5b370f7b 5,013 1.00/1.00 vMB 4
857,479 857,479 000000000000000000017214d1cae031f0b6a299b3c9bf211b5c6968ca18ddc5 4,399 1.00/1.00 vMB 6
857,478 857,478 00000000000000000002825c76dc0547609cbe1cee94a8bc716c3ee62d696e6d 3,597 1.00/1.00 vMB 4
857,477 857,477 0000000000000000000266fae0d0d729b91b63f9ca44428c8a168b29d5f6ce79 2,880 1.00/1.00 vMB 8
857,476 857,476 00000000000000000001ca6356452fbad61de729dbc2450d172910ef57c6a4a7 3,245 1.00/1.00 vMB 7
857,475 857,475 0000000000000000000022aa9b5a265e3c667c288edb27e0497d4a3eaa998f3b 6,694 1.00/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.18 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.64 GB
    • Received: 13.97 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.