Loading Tool

Explorer IconExplorer

Memory Pool

34,719 transactions
25.76 vMB
0.06415642 BTC
Random Selection Loading Transactions
Max Size: 130.75/200 MB

Candidate Block

Mining Attempt 2cc65077bfbe2d340b9d586488e34ed421d574ece48c17f674ce8c7d8530ea91
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root f538ba84b988b9ed5a3b6942c5886ff1b30c1a57bbd09fcd76baae5ed3a614ef
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,292
Size: 1.00 vMB
Total Fees: 0.01715800 BTC
Feerates: 101.16 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (469,650 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
445,041 445,041 0000000000000000025e773f2088a45c5e2175b4280f751f15d166f623a8db74 630 0.26/1.00 vMB 74
445,040 445,040 00000000000000000334633bdc460c07fea39b6c0673a31117c233a2f2e0cee3 556 0.22/1.00 vMB 73
445,039 445,039 0000000000000000035f8c6d71cb0f2458c773e2478411a5a6e15abf6d4f83ab 2,103 0.89/1.00 vMB 75
445,038 445,038 0000000000000000010de35d86a18cf531f914a6f5b0ca957248c44f9cfadf82 1,627 0.76/1.00 vMB 57
445,037 445,037 000000000000000003523b656a00ad53f40c6fbc824367dca1dc7428a0652daa 1,612 1.00/1.00 vMB 89
445,036 445,036 000000000000000002adf3eaa34dc9fa80434fcfb7c8ef74d85c894477584929 1,760 0.75/1.00 vMB 73
445,035 445,035 000000000000000001408965c5ebaab09df34bb2c201cefa065568058f258c1d 765 0.32/1.00 vMB 71
445,034 445,034 000000000000000003196a46a43afe22dc94cc1eaf37f9169f5c13fea46fe5d8 612 0.26/1.00 vMB 78
445,033 445,033 0000000000000000035712c10144a766d41d0063e0704049a25ed35aba489e94 1,747 0.73/1.00 vMB 72
445,032 445,032 000000000000000002c34ba97a80b3ce212bbe4a37843c80a30210a94c780310 156 0.06/1.00 vMB 88
445,031 445,031 0000000000000000016c4837d7eebf0b36c7b7ff9899f98e85ce41b2e584d31e 887 0.40/1.00 vMB 64
445,030 445,030 0000000000000000030007898ea1a5799e25a340d6841ad6c511ff3bf9c3ec27 2,400 1.00/1.00 vMB 61
445,029 445,029 00000000000000000275c675049d3a48819c0ef1d8e577cc0190ac7396f4c72e 2,515 1.00/1.00 vMB 91
445,028 445,028 000000000000000002f56d03a7265ad0f9b4f28c85d41f38712d6aed0fbe97b8 1,898 0.79/1.00 vMB 70
445,027 445,027 0000000000000000011537fdae76a9f24eb00c809d075448ade60dc987de1630 578 0.28/1.00 vMB 71
445,026 445,026 000000000000000001a80461af18e2cfd63f9537dd98f890f07ac4b7f9b7dcb6 376 1.00/1.00 vMB 10
445,025 445,025 0000000000000000019973180ac589eefd1201898ae0fbb8109007c8c9ae3223 767 0.38/1.00 vMB 64
445,024 445,024 0000000000000000023f4b1384a9ad3ec1b2ce4185bbb8f3a069921997e17b85 57 0.03/1.00 vMB 68
445,023 445,023 0000000000000000027dee66418ead0158e9fd120e2b4f999d246464e52a9431 970 0.60/1.00 vMB 46
445,022 445,022 000000000000000001f5cd20fd9e70c80b57d94365b93b70da37d12e73e6a946 2,494 1.00/1.00 vMB 81
445,021 445,021 000000000000000001db784183c59e2ae3dded2b41b2c05d7bd45db6073ef490 1,440 0.70/1.00 vMB 69
Previous 10 blocks ↓
Total Size: 781.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: 637.80 GB
    • Received: 12.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.