Loading Tool

Explorer IconExplorer

Memory Pool

74,206 transactions
27.36 vMB
0.06587750 BTC
Random Selection Loading Transactions
Max Size: 167.24/200 MB

Candidate Block

Mining Attempt abd303c76776e685651cc44863f8c081397c325ba7a7d87a0d2bd0cde35cb8b0
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root 9b783831ab347418fa8d08daf78f4e0a69fb562786295bc49d30607af5aff78b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,498
Size: 1.00 vMB
Total Fees: 0.00755014 BTC
Feerates: 179.53 > 0.76 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (629,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
285,732 285,732 000000000000000108f6a69c10a46b85f5b3696d6e8c58982dff6eaf8bb61af6 412 0.35/1.00 vMB 27
285,731 285,731 000000000000000199be47d84dbd7539ea822ddccba62452f97b833e29fd49cf 629 0.25/1.00 vMB 47
285,730 285,730 000000000000000044cf93a4a3d59450d54f6bd74a7aae6dd3e2e415cabb14fb 32 0.04/1.00 vMB 37
285,729 285,729 00000000000000000fb9b0404b0bb9fbc241c539fb86507554ff5dd670af45dd 419 0.21/1.00 vMB 37
285,728 285,728 0000000000000000cecbe11a14d1f5e0d0f07b7006e579f6b2d7376306a0f476 89 0.10/1.00 vMB 19
285,727 285,727 00000000000000011c91b41d59be6047aee71eccf027a2e949183bc125528f9b 139 0.07/1.00 vMB 29
285,726 285,726 0000000000000000d46c5338646db6cfa10434bc010e5e3519b87d0c005bf249 1,429 0.75/1.00 vMB 34
285,725 285,725 00000000000000001c38a023fcb60b06167f1e2c82f5261271090bf2194a453c 704 0.35/1.00 vMB 40
285,724 285,724 00000000000000001ebe2a43ed7e5f16a071d3afa12ff07259a8d5fc8b3e5d29 323 0.20/1.00 vMB 30
285,723 285,723 000000000000000135da1dedb2fea2210e528c584861bae267b11d72cdc35ec8 612 0.35/1.00 vMB 36
285,722 285,722 00000000000000007910a13337d2e0236d52b165c51126e3fef8e56b5db5b170 550 0.27/1.00 vMB 33
285,721 285,721 00000000000000016a09f80019003cddb58a0c4428f0e4f63637a2a7607da2fc 24 0.11/1.00 vMB 7
285,720 285,720 00000000000000014bec52dc9381c8bd1027da0a7cdb1856eafca25c25e17259 496 0.32/1.00 vMB 40
285,719 285,719 000000000000000097e8b2f79e1c328d33aed6a2798966760a6f1e5d46a86c8a 192 0.30/1.00 vMB 16
285,718 285,718 00000000000000015bb2b65f79fcaeb429d39174ed934dc2d8d6d8a20758eef3 627 0.25/1.00 vMB 35
285,717 285,717 0000000000000000b02d4a080e0919724d383ad28ecede4f8c375a1ae15cdb4b 211 0.06/1.00 vMB 80
285,716 285,716 0000000000000000cb4aa30d34d4510ff3002a26bd62733d491ee3742f7d7723 189 0.28/1.00 vMB 16
285,715 285,715 0000000000000000310d1a043b3a3b926a17d2f12309d38a7edf860c8fa1d48f 629 0.35/1.00 vMB 34
285,714 285,714 00000000000000014c8e8036fbc7c4611f7edda0476a2333a5c62c11d8f34b06 478 0.32/1.00 vMB 26
285,713 285,713 00000000000000006bb4bab19af7e937095d7fba3be4ab8765cbcc4f729f1bfb 140 0.06/1.00 vMB 40
285,712 285,712 00000000000000008fae48c8024017c37b245dbd54c4f441f884505791b3f7f1 665 0.35/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.84 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: 712.36 GB
    • Received: 17.17 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.