Loading Tool

Explorer IconExplorer

Memory Pool

78,852 transactions
29.54 vMB
0.10311365 BTC
Random Selection Loading Transactions
Max Size: 177.83/200 MB

Candidate Block

Mining Attempt 0947ba04529c8b3b9739c20ef70ff5485a6d9edba9b12c2e76d7e3dce50b54ae
Version 20000000
Previous Block 000000000000000000001d962d813166c213e66919ae03bd9d146ae85a1c4436
Merkle Root 18e23b54b7b4ea399b7eb3014e7c9659b9d9684e2fa4a51cca0e26eed4b5370d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,588
Size: 1.00 vMB
Total Fees: 0.03855695 BTC
Feerates: 164.34 > 3.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,154 (189,076 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
726,078 726,078 00000000000000000005391f9934361a4a526ed159f4e0a1aef90d7340246cb5 2,917 1.00/1.00 vMB 13
726,077 726,077 000000000000000000038d5d0e9b0fe3676a566e5e2f9b39b15c61354193ac99 1,639 0.72/1.00 vMB 9
726,076 726,076 00000000000000000001b0a9345dd60d2c95ade385f881264cd6b572a3f5b787 1,489 0.62/1.00 vMB 4
726,075 726,075 00000000000000000002acbb894370970f787b26af3c9e5ed2b94c31ee040d68 2,155 1.00/1.00 vMB 11
726,074 726,074 00000000000000000004ba5275c0e2cc1d7ba9a00d1e972feafe064a0f11e94f 1,335 1.00/1.00 vMB 19
726,073 726,073 000000000000000000071bbd711859a5fc1d8f72ecf76c5ba3f3ad200887f1bf 120 0.05/1.00 vMB 13
726,072 726,072 000000000000000000060051e95a482b878da0f3fe81b83a303f86a6f9373774 310 0.16/1.00 vMB 11
726,071 726,071 00000000000000000002827e55ce639bf14ebac4c5c771356e94b78b46213b71 1,304 0.56/1.00 vMB 10
726,070 726,070 000000000000000000095a508733a1ab666ee42a2225858b25c73ff4bc60a48d 921 0.46/1.00 vMB 3
726,069 726,069 00000000000000000004d8bf7df1458566a6514724d2d76c8bb8353cd8a86529 2,853 1.00/1.00 vMB 15
726,068 726,068 000000000000000000025db73f3721be9b893740a87ff9d785f263a3175bc73d 1,470 0.68/1.00 vMB 7
726,067 726,067 0000000000000000000902dbd89d243a81d3678825bfe0879e41eca17e379d4d 767 0.49/1.00 vMB 7
726,066 726,066 00000000000000000006e039ffb651076e7402bfe3357197acad9a4d4167ed8e 2,354 0.93/1.00 vMB 10
726,065 726,065 00000000000000000001c88693554faa7ccfd0c2eb26ae8ab4e7c80af4dbd712 2,409 0.97/1.00 vMB 13
726,064 726,064 000000000000000000021f6b3b75b9e3c70184589c06c49237c00f56e419ad94 894 0.94/1.00 vMB 9
726,063 726,063 00000000000000000009570ee26dc4013549744483d95a4519535a5f05e6228a 1,404 0.62/1.00 vMB 11
726,062 726,062 00000000000000000008c724f79d3399d436eadc8accc0b6872c06e09bdb6e17 218 0.06/1.00 vMB 10
726,061 726,061 000000000000000000062ca8779541dd21c9c6b59743b00d9b12e5fa20a4f75f 2,687 0.88/1.00 vMB 11
726,060 726,060 00000000000000000005c35219f29dabee1935258b1a3aa768f9047770dc3818 1,891 0.78/1.00 vMB 12
726,059 726,059 00000000000000000001f14bddf0b8e4675f50c5a96f4510fdb0da3848415f72 2,074 0.83/1.00 vMB 9
726,058 726,058 00000000000000000005e8ebb00d441daa0f16f72a1ee9a5045d0f8f5e4bd4ea 2,322 0.71/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.66 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: 673.05 GB
    • Received: 16.36 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.