Loading Tool

Explorer IconExplorer

Memory Pool

80,210 transactions
34.61 vMB
0.17398714 BTC
Random Selection Loading Transactions
Max Size: 193.78/200 MB

Candidate Block

Mining Attempt da0af8fbae76e5b04a65e45ac015c00c77b577a5c5a019722f1afd97227cca9e
Version 20000000
Previous Block 000000000000000000012746d6c2df51d8349966cc0d8eb6f9f36de95d974776
Merkle Root a2c304203f52dd13bd1921de3c3ee623a85a72bf437a20df3e827bd1bbc1d351
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,099
Size: 1.00 vMB
Total Fees: 0.04592678 BTC
Feerates: 150.93 > 4.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,415 (19,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
895,488 895,488 0000000000000000000069a2f8da93b52ee81a8f4b46a9371e787579fd734643 2,589 1.00/1.00 vMB 2
895,487 895,487 00000000000000000001fc4913bb20d24a6c8e4ee64df0864e8ed35a89d3e551 1,572 0.84/1.00 vMB 2
895,486 895,486 00000000000000000000485c115cd0a64ccefb3072fba84e51992685bd12f6df 2,247 0.72/1.00 vMB 2
895,485 895,485 0000000000000000000219bf77d5833442dd4335d1942ef7975c6da14d8d08db 1,993 0.58/1.00 vMB 1
895,484 895,484 000000000000000000018a5f3ec7c6e937d01c90acf9817e32282b42aee1e012 2,039 1.00/1.00 vMB 3
895,483 895,483 000000000000000000015f48e0e96d7bba6cce01718914c7b31839330a7d4c16 996 0.70/1.00 vMB 1
895,482 895,482 00000000000000000001f59e10cc04791ce8b868d3d658dee56a3de7ff2c4756 1,186 1.00/1.00 vMB 1
895,481 895,481 0000000000000000000013fed2c323387dd285621a90b793dcbc8414262127a4 3,116 1.00/1.00 vMB 1
895,480 895,480 000000000000000000009df7759b1c8ed4516fd3913ef400b23e1682dd0b0245 3,799 1.00/1.00 vMB 2
895,479 895,479 00000000000000000001bcfa80401787ec54ef49a954cdb2af53e51cdfb93036 3,037 1.00/1.00 vMB 2
895,478 895,478 00000000000000000001de03f16c34288b209a6290a858005fc7957d0d1cf687 2,363 1.00/1.00 vMB 3
895,477 895,477 0000000000000000000023e8b90c3efb08d6c3625807b004bbb87100c14ba5a4 3,765 1.00/1.00 vMB 5
895,476 895,476 000000000000000000003025ea8b886353a5ad2882a10d4ee9a145c8b1828cf2 3,692 1.00/1.00 vMB 2
895,475 895,475 00000000000000000000d0b36ad0b77bc3bdd31c12816a492e30ba350c5e7c63 723 1.00/1.00 vMB 2
895,474 895,474 00000000000000000000056295ad7292d2900ac0e8b5c45a9f87c33b6f7ef25d 4,101 1.00/1.00 vMB 2
895,473 895,473 00000000000000000000d056b3d9bb7676e3eaf4e9f8cb9acf8e4b9ec5d76746 3,269 1.00/1.00 vMB 6
895,472 895,472 000000000000000000005e280c04bce7a39cbe49b4df9c2503857f6813b66df6 670 1.00/1.00 vMB 1
895,471 895,471 0000000000000000000226a69691b90c5a47652803674356c4a5545b20b11521 3,823 1.00/1.00 vMB 1
895,470 895,470 000000000000000000006b99f7bf0436cc04d41bceba5d8032cb99a2996990b1 1,596 1.00/1.00 vMB 2
895,469 895,469 000000000000000000002ce00db9dacc3787376b53fa5dc795b0e76cb202cbb3 2,914 1.00/1.00 vMB 3
895,468 895,468 000000000000000000014e889b09ff428872493a11f799a4097efbc00be2554f 1,093 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.11 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: 734.15 GB
    • Received: 18.55 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.