Loading Tool

Explorer IconExplorer

Memory Pool

78,510 transactions
29.10 vMB
0.11676041 BTC
Random Selection Loading Transactions
Max Size: 175.58/200 MB

Candidate Block

Mining Attempt 041bfa2e8959efc3a67635f5e87f48fdf1f0cefb9cbd3fdf1ab3ab82b00da7d6
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3b933be852a75b462d51a141ceea12357fe788a764884099341ade837bdc1ab5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,173
Size: 1.00 vMB
Total Fees: 0.04200556 BTC
Feerates: 150.80 > 4.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (719,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
195,566 195,566 000000000000062481f8f8711d69d5c1395818df4331544a0dcef3c8feca1cbe 1,024 0.41/1.00 vMB 55
195,565 195,565 000000000000016a54092384a67ce30c29fdb5bf7643887deef8449412637bab 12 0.00/1.00 vMB 670
195,564 195,564 00000000000004a0e28a341e75a46094e29252757104d88d15bcbeb4f2cca1d8 19 0.01/1.00 vMB 47
195,563 195,563 00000000000000783f754dede7e2cfc4d1de26ae147cf86afb3d815451be07d9 164 0.07/1.00 vMB 100
195,562 195,562 0000000000000168e65b1f8232e44eacca39ff6a85bdf45d35c70ec0dbff9c33 537 0.25/1.00 vMB 142
195,561 195,561 00000000000003f57d766770ac6015a661542d5b7ba34b84d89aa80da5d2f294 11 0.01/1.00 vMB 93
195,560 195,560 0000000000000403d149876bbfe2b7b4198819177683a32303f1a2630e525d0b 32 0.01/1.00 vMB 5
195,559 195,559 0000000000000163aaa8415dc971fedee3e69649206e76c2e7718e45d087e5a4 52 0.02/1.00 vMB 145
195,558 195,558 00000000000002b16220841f38dc49b2ddd36d7a57a6f1c1dc3138e8fd9caea7 57 0.02/1.00 vMB 80
195,557 195,557 0000000000000506ba5cd7590a7df7ce8558a12ebdb6a47429d0c5492a46c884 100 0.04/1.00 vMB 125
195,556 195,556 0000000000000167239a2e7bd4fc7e429a173c7376fcddb5015424e1d942bb46 413 0.14/1.00 vMB 144
195,555 195,555 00000000000004eb07bf59a9544d9ac4a5757cd1beffb6922f6e4737f504cd81 166 0.05/1.00 vMB 50
195,554 195,554 00000000000002a5d68c6c9fd21dfaf0359eefcdfb00afd1b025e17cdaadf221 467 0.19/1.00 vMB 161
195,553 195,553 00000000000000353071c23066b7f0120f1b50456c44c27edf3f7db650310972 622 0.25/1.00 vMB 148
195,552 195,552 000000000000066ad90c11aba4a96c5c9fbda6e1021882a6661b85d860f3d627 237 0.11/1.00 vMB 165
195,551 195,551 000000000000074333e888bac730f9772b65e4cc9d07edb122c6e3c6606bc8ab 405 0.12/1.00 vMB 132
195,550 195,550 00000000000003e1e0b15708ab77664332cfec8c1d80629545b7a5fb92d9bc3a 145 0.06/1.00 vMB 533
195,549 195,549 00000000000007a45c91b28119f0685138a7d1adf55cd36a135fd3af3bcebf58 54 0.02/1.00 vMB 116
195,548 195,548 00000000000004332bb325718791253e15062efb1c7dac5c0f08783173ba4285 203 0.11/1.00 vMB 104
195,547 195,547 000000000000071706eb5ed0cb4ffcb791e20e2c6c442786e2da7233a417703e 309 0.11/1.00 vMB 123
195,546 195,546 00000000000005990c351b5b3a5abb2f0d962893e5cc3602d1ce88d682e28712 512 0.14/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.85 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.77 GB
    • Received: 17.21 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.