Loading Tool

Explorer IconExplorer

Memory Pool

81,886 transactions
31.01 vMB
0.11681930 BTC
Random Selection Loading Transactions
Max Size: 185.60/200 MB

Candidate Block

Mining Attempt e9df53941fa9f5ba4c957078dc8abc77c46e0f60596247c8ecc052ca2074a2f9
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 4b44000fa68d9c2ecafb9d972ebb0f80678f1b7f2e0fd8739f741c9eb879a711
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,500
Size: 1.00 vMB
Total Fees: 0.03353741 BTC
Feerates: 101.42 > 3.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (616,023 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
299,127 299,127 00000000000000002a4cb2f3de13d7d7b0fbc7c7263b5a9e42eb768dd993be82 563 0.35/1.00 vMB 28
299,126 299,126 000000000000000002762661659c19ed20e251c3fb258a55e1faf00d2775be7e 512 0.26/1.00 vMB 32
299,125 299,125 00000000000000004c6a7a5f8b0fda0c6bc2bd7c3a8fdd28a626767abe52563c 674 0.25/1.00 vMB 42
299,124 299,124 000000000000000044ede43b0d82724fc7f5907d5549a8fc7da7aa240a90e860 292 0.23/1.00 vMB 22
299,123 299,123 0000000000000000548e59bc993968cf2fcd88791366394d3ab79f23fd6e2f77 358 0.15/1.00 vMB 41
299,122 299,122 00000000000000000507d8c29aff4c78df5d94893dc9cb78d60281eddddb6753 20 0.01/1.00 vMB 45
299,121 299,121 000000000000000084a224e490e7888bc0a7b64780a8b80cb2cb9784afd92a3e 176 0.09/1.00 vMB 28
299,120 299,120 000000000000000018c35be4eecd22b0bbb3ec496f7218197b6ca91d03f0a836 514 0.31/1.00 vMB 29
299,119 299,119 00000000000000004536ceb71ddc02cf680341aba024178df826b2a9de5789ce 750 0.35/1.00 vMB 38
299,118 299,118 00000000000000005bce967383feb6d3b032aa96780b65013de75e78b833ab4d 372 0.20/1.00 vMB 38
299,117 299,117 00000000000000006f677ea33ea57b242525311c91772e4037db8f24021bfde5 89 0.04/1.00 vMB 27
299,116 299,116 000000000000000072e64f62c571e077756e6eac313106c3e864be83544edd33 200 0.12/1.00 vMB 24
299,115 299,115 00000000000000003821d7e7e09b9e50d0dc491da6d8a3734b1e599bb962cf2b 436 0.22/1.00 vMB 33
299,114 299,114 00000000000000006947efb9ba5f4ccbb19a38fcc91453e4fabb387efbc186d9 825 0.47/1.00 vMB 34
299,113 299,113 00000000000000005e6c68f2f7312ed0730c62b2b668f67dba2bcc8fdf5a47b7 545 0.28/1.00 vMB 35
299,112 299,112 000000000000000080abdd91ad6ead2b1d7d7ce6c8b8ba0a0ed5a1511c13eaf5 605 0.23/1.00 vMB 42
299,111 299,111 00000000000000007a554cde3f7e638c82f3c6a742a8e878eac78050f9b95276 678 0.32/1.00 vMB 34
299,110 299,110 00000000000000008919d81dc8f2ac008aad3e18ed4363b358f01a155326edb0 313 0.17/1.00 vMB 37
299,109 299,109 0000000000000000243a4618056c48b1d4287c477e3c7983f9af4b28ba56b769 157 0.08/1.00 vMB 27
299,108 299,108 00000000000000002278f21813cc7e84d2e7edc164bb5cd8f238ab325d0329b7 242 0.12/1.00 vMB 28
299,107 299,107 00000000000000004a2dd410e34337e429a79f4c89b88620c5d36d08d13f940e 677 0.38/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.65 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: 672.95 GB
    • Received: 16.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.