Loading Tool

Explorer IconExplorer

Memory Pool

74,656 transactions
27.52 vMB
0.07147406 BTC
Random Selection Loading Transactions
Max Size: 168.06/200 MB

Candidate Block

Mining Attempt 04ad3bc0b921aa2f3f840b3fcee7a80baa01b9bcd54b87fcff0127c5bcbcf2de
Version 20000000
Previous Block 00000000000000000002102afa1db3081518716f594315bc6c7bf9736cdf6fb9
Merkle Root 2a3f2ec1b7a4e717cc0136b152cc5b8b8b693c11cd92b3c7ebb147f976e473b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,762
Size: 1.00 vMB
Total Fees: 0.01271337 BTC
Feerates: 80.55 > 1.27 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,258 (172,268 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
742,990 742,990 000000000000000000016442bcf9241e0227ef4f88ef09d35b30bc8e046618ae 2,541 0.82/1.00 vMB 10
742,989 742,989 000000000000000000056a6fe06867c52d4ef5adeccdf4eb4d82ddd3ad15f66d 2,586 0.86/1.00 vMB 11
742,988 742,988 00000000000000000004f0307634bd7597782ec1d264da45be7cd3c6ec1ebe50 269 0.12/1.00 vMB 3
742,987 742,987 000000000000000000038b808ce9fef30d365c12d86b61b9683c25e592252808 2,050 1.00/1.00 vMB 7
742,986 742,986 000000000000000000042e7938c9e8e8baf16f93f6b0aec6cba1dfedb3bfb71c 2,885 1.00/1.00 vMB 8
742,985 742,985 00000000000000000005568fbc6ff7acae5e54fad9b3e354fe2bec14ba55f782 1,687 1.00/1.00 vMB 12
742,984 742,984 000000000000000000011bb9ec733d93d100d489e35628ee00f3ff022c78c343 1,562 1.00/1.00 vMB 15
742,983 742,983 000000000000000000039e31aafdd75d303c0d9864319623225c0e8c52a09d92 78 0.08/1.00 vMB 4
742,982 742,982 000000000000000000062dee0750b05eeadefe5ff44cc50886bcee2b8c9e0d7b 1,953 0.95/1.00 vMB 8
742,981 742,981 00000000000000000000313fe2edf88e9c5da9e4aba53017a718e41745edff69 2,514 1.00/1.00 vMB 14
742,980 742,980 00000000000000000007ca0830b1c32a4da3168f504a0debe1669a672c2894dc 630 0.34/1.00 vMB 5
742,979 742,979 00000000000000000006e1be76eb621a49fb1b29780db8c247ba5fc024b60cfa 1,719 1.00/1.00 vMB 6
742,978 742,978 00000000000000000007f2695b37fd182c1bd23f77aaf15b1d939c50612bad29 3,114 1.00/1.00 vMB 7
742,977 742,977 0000000000000000000415c5549e9461c91f51f95ad1b16a1c80b40fedec79dd 3,008 1.00/1.00 vMB 18
742,976 742,976 00000000000000000008c4d274293abf42f5a771c7c5e94251522d98ee00c971 239 0.07/1.00 vMB 16
742,975 742,975 000000000000000000078d0cb246fc9c9aa8b06dbfc3a284bbf1b9be80aa75d5 1,115 0.38/1.00 vMB 10
742,974 742,974 000000000000000000043b853d6504a133d4ace0721b8ec0389f0ab887c988f0 486 0.14/1.00 vMB 11
742,973 742,973 000000000000000000049def875f13b8e1c494205bb19cefe50a2b230ce45fea 898 0.35/1.00 vMB 10
742,972 742,972 0000000000000000000039725095aad02d6c719e5c7ef8379fadec2f3b9a9fc2 2,239 0.70/1.00 vMB 11
742,971 742,971 0000000000000000000309826e4002fd017276a251f3e37700282853c9cfa3bc 1,643 0.90/1.00 vMB 8
742,970 742,970 00000000000000000004d2a47d15a8bd32f2e05a2b16624f94549909faabfc9c 1,202 1.00/1.00 vMB 10
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.00 GB
    • Received: 17.15 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.