Loading Tool

Explorer IconExplorer

Memory Pool

78,911 transactions
29.23 vMB
0.08534406 BTC
Random Selection Loading Transactions
Max Size: 176.98/200 MB

Candidate Block

Mining Attempt 74579ff8f7c6ef60a1b276f8bcede5bde6782bf0532bd1ff4f595c5c8c92f15e
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root be2001f8c86c6b9a37fef2e80d1b3d69a350c308038641e0c50da4fbc3775c78
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,481
Size: 1.00 vMB
Total Fees: 0.02409781 BTC
Feerates: 178.73 > 2.41 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (210,978 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
704,184 704,184 000000000000000000092bcff0649aa35b0f95b0d52947f269b62bc5c28152f8 271 0.54/1.00 vMB 2
704,183 704,183 0000000000000000000101cba0cbc0a2474a534b14bdb40759b129d3d22df3a2 1,669 0.98/1.00 vMB 5
704,182 704,182 00000000000000000004854c1c07b7308932827784e5fb2e01e455bf298ad3ea 477 0.98/1.00 vMB 2
704,181 704,181 0000000000000000000c955db2a55db7799c79f77465c122a64c3317b553a191 2,408 0.99/1.00 vMB 11
704,180 704,180 0000000000000000000b62732555fe6ef500ed2eb60ab4cfe57657707f048419 2,564 1.00/1.00 vMB 11
704,179 704,179 0000000000000000000b366a83c59c0a4b8365308f50921076668462cd0efe87 1,102 0.98/1.00 vMB 11
704,178 704,178 00000000000000000003c21a4856a69e2979f175793404e4c4caa8786cc9969b 1,101 0.98/1.00 vMB 11
704,177 704,177 00000000000000000008521382825a293350a81c4c18398fc8ef94f2a68bb3da 1,634 0.79/1.00 vMB 10
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
Previous 10 blocks ↓
Total Size: 782.68 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: 679.06 GB
    • Received: 16.44 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.