Loading Tool

Explorer IconExplorer

Memory Pool

44,926 transactions
26.96 vMB
0.06822141 BTC
Random Selection Loading Transactions
Max Size: 142.10/200 MB

Candidate Block

Mining Attempt 1b12aec11933a0cbefdc58cb5a5a51b18d2b4b931a4a7b47de229393c5a85342
Version 20000000
Previous Block 00000000000000000000facfaa62459f98f3b2a139e8179039060bf314a7e923
Merkle Root 9e0a73949923d849327133e8434b1f5192c9dfc2f052bb1a65d4b6b571c82974
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,230
Size: 1.00 vMB
Total Fees: 0.01831905 BTC
Feerates: 251.72 > 1.84 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,747 (68,976 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
845,771 845,771 00000000000000000002205315d18f35b58437c03b18722a5b45a0a8285d1c28 4,002 1.00/1.00 vMB 11
845,770 845,770 00000000000000000001c4ae4368634d55d2ad75f0dfff6262ee0d94a132a370 4,197 1.00/1.00 vMB 17
845,769 845,769 00000000000000000002d20e69d76d85d45b7c601a87299f18aa57576c395295 5,013 1.00/1.00 vMB 18
845,768 845,768 0000000000000000000154ba78859298ae90d83d2bb741ca803e89af99c375f5 5,337 1.00/1.00 vMB 25
845,767 845,767 00000000000000000001fc931645648e7e8e68707c071d84cedd4867a8570999 5,749 1.00/1.00 vMB 17
845,766 845,766 000000000000000000003eb6e2255d8507826bf4a36f83b5ab73a0df91658865 5,362 1.00/1.00 vMB 26
845,765 845,765 00000000000000000001f08f302b7ad49d5211e0305ade946f79008450c9858f 6,456 1.00/1.00 vMB 17
845,764 845,764 00000000000000000000fa4bf2fc53c75308c294e8a751eb9d1e1b518a9506cd 5,408 1.00/1.00 vMB 22
845,763 845,763 00000000000000000000bae2a9c1558fcceba9bc72992b9e3d6bf305e113ebe3 4,721 1.00/1.00 vMB 23
845,762 845,762 00000000000000000002853d9875ed158e7d53ae5136f36e5891cc3483ec0e00 4,631 1.00/1.00 vMB 18
845,761 845,761 00000000000000000001ab7425ff47e3c40d286299901d99ab4e8466256eae1c 5,361 1.00/1.00 vMB 18
845,760 845,760 000000000000000000022db04a8f6e5ba6a9a9510d00013bf405006b052d87d5 5,296 1.00/1.00 vMB 21
845,759 845,759 000000000000000000006f6ea6223a7f9fa4c440be8e2d25d286faaaf297c641 5,322 1.00/1.00 vMB 29
845,758 845,758 0000000000000000000340127b213b6e99c5cbac64937e6c84de6a74abb8e061 4,471 1.00/1.00 vMB 11
845,757 845,757 000000000000000000003ed904033c5827da795c7ad8088d04e7d6ec21f999bd 5,873 1.00/1.00 vMB 14
845,756 845,756 0000000000000000000053000d78f3ca463745321699c0298795ab656c539492 4,234 1.00/1.00 vMB 19
845,755 845,755 00000000000000000003020f702982c1edbd7cdb5f29d0b65de0518fd81b46f2 3,924 1.00/1.00 vMB 22
845,754 845,754 0000000000000000000244bbba35a783b04e5891037a33095f640fda9fbe61d9 6,034 1.00/1.00 vMB 14
845,753 845,753 0000000000000000000123e70ded379150d0205c69f5ca58067f45f13dd718de 4,651 1.00/1.00 vMB 12
845,752 845,752 00000000000000000002d6820a254fa8fc0f8729c0977f72caac5d35f5bab86d 6,456 1.00/1.00 vMB 10
845,751 845,751 0000000000000000000136c620719b6733ea3ac6bea6eaacdcec81fbce35d6bb 4,905 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.94 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: 646.71 GB
    • Received: 12.88 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.