Loading Tool

Explorer IconExplorer

Memory Pool

81,188 transactions
30.18 vMB
0.13337960 BTC
Random Selection Loading Transactions
Max Size: 181.48/200 MB

Candidate Block

Mining Attempt 62dfa706afe9a5292933fa200d098ea108bdfd9443d5ac0c1ba4d01b27108032
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 027f467e064bb022e6423da682450557791c152bb8ae58caab43e77b4d273a76
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,036
Size: 1.00 vMB
Total Fees: 0.05630402 BTC
Feerates: 242.90 > 5.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (210,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,176 704,176 00000000000000000004f1a365e9881e3c6f67891d1666e815c9d153b59a9cd1 1,827 0.97/1.00 vMB 7
704,175 704,175 0000000000000000000d37ea1e0b084b61ebef73658bf4cd660c38d8c51cb566 1,656 1.00/1.00 vMB 6
704,174 704,174 000000000000000000069a5d22926bf0d0fca03a7512db87a89b098bfb7f3d5a 1,376 1.00/1.00 vMB 5
704,173 704,173 0000000000000000000027e25a56279c92c2b2889a7a48c04e8a4d7ab55d03c7 1,940 1.00/1.00 vMB 7
704,172 704,172 0000000000000000000552b51b79fdb63cf5164ee4023afa243b432cf6f8d831 1,917 1.00/1.00 vMB 11
704,171 704,171 00000000000000000003b2f4df0fb9079781f4a668dfce420af9ba7e7d70028a 2,139 1.00/1.00 vMB 12
704,170 704,170 00000000000000000005bebbea86dd44031e3b6435134f9f4b4fa07ec8769319 1,960 1.00/1.00 vMB 19
704,169 704,169 00000000000000000006527054db80d766e9bf3c2feab03f0d18604a36e2895b 1,168 1.00/1.00 vMB 10
704,168 704,168 0000000000000000000df3ec90c2f8549373014de36b36f591faad35b08447c4 1,743 1.00/1.00 vMB 10
704,167 704,167 00000000000000000008ac5143ac810109b7f2f39fe76c0fae5f2ed69b7a116f 2,317 1.00/1.00 vMB 24
704,166 704,166 0000000000000000000b0477e575518da7408eda0eb9597178866ce5ed1e8773 249 1.00/1.00 vMB 2
704,165 704,165 000000000000000000009a12b7f170ee1ca40f0bb4aa2655a54c537c7a882fac 847 1.00/1.00 vMB 2
704,164 704,164 0000000000000000000c4e168f0153ed3f6e7ecc671f16894090d1364011b122 617 1.00/1.00 vMB 4
704,163 704,163 00000000000000000001d77dffffc3855027aa8bfb46878254c0841b756e7257 935 1.00/1.00 vMB 5
704,162 704,162 0000000000000000000c94558338d9adf921146318ca9ec28ce8b14063a31596 1,608 1.00/1.00 vMB 5
704,161 704,161 00000000000000000002215f503f123d76db17cae8b8f12c7d20b177c0e114f7 2,786 1.00/1.00 vMB 25
704,160 704,160 00000000000000000008b6886618058470a7badd490aca04356d776c45d6fe78 1,204 1.00/1.00 vMB 10
704,159 704,159 0000000000000000000912b4dbfae8c398fe79eca326a0b1cb7a3d6b21d215fe 1,566 1.00/1.00 vMB 17
704,158 704,158 00000000000000000006185e38a2b282cde03e448a9310167f428e77dea23b57 390 1.00/1.00 vMB 2
704,157 704,157 00000000000000000008a4e1f21b57f87918a45e3d9250589eb7bfc64d01030f 1,657 1.00/1.00 vMB 11
704,156 704,156 00000000000000000001eb29193a3af8ffe7886e0ac8afdcff7aed29fa5f476e 244 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.67 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: 674.06 GB
    • Received: 16.43 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.