Loading Tool

Explorer IconExplorer

Memory Pool

73,852 transactions
27.31 vMB
0.06573089 BTC
Random Selection Loading Transactions
Max Size: 166.71/200 MB

Candidate Block

Mining Attempt c59ab937026502ffe1b5f3adf23a4a19da1b7840043f37d6e5da17d1d4ca7ba9
Version 20000000
Previous Block 0000000000000000000189a5f20e878121d89bc785969cccc1ec619f95e896c3
Merkle Root af7f5fd3750dc5b6b482dafcc06137a15d0fb372e041bc237243d27653991e88
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,513
Size: 1.00 vMB
Total Fees: 0.00771294 BTC
Feerates: 73.20 > 0.77 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,281 (504,774 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,507 410,507 0000000000000000028198a5a6c3f3ac039c1dc0dcd90724989ac95f479c2cc1 221 0.08/1.00 vMB 66
410,506 410,506 000000000000000005f41e9ea4d44c99603bb106228ffa69c9254e53a6f53ec0 1,575 0.63/1.00 vMB 42
410,505 410,505 000000000000000002b6a6905e5f0c575460c657036d7ed53978cc8fd06a7a1b 658 0.94/1.00 vMB 17
410,504 410,504 00000000000000000044723e1ed442686da98b93a4d1161659fc2a2ec505ca03 2,292 1.00/1.00 vMB 38
410,503 410,503 0000000000000000059a03fa69a13d93f545560bf7f2da689e24193201bc3b00 2,271 1.00/1.00 vMB 33
410,502 410,502 000000000000000004e56b35dbebfb7eb0a5e9d30776c340cea1b1e8d1b33b49 2,929 1.00/1.00 vMB 57
410,501 410,501 0000000000000000019744a0b16352dca8181605431af6f25dbe95f38403dca6 3,065 1.00/1.00 vMB 62
410,500 410,500 00000000000000000208f17bcea7376dedafb5a8e7a92a17bdb423b9f9005f22 190 0.08/1.00 vMB 34
410,499 410,499 000000000000000003230d2c09d0ff7be652089cdfd6c5c3d72588eee76ff3d7 1,127 0.45/1.00 vMB 63
410,498 410,498 00000000000000000423ebbf66ccb1547c72c3c3b37461f99c8a6e64a2f8418b 949 0.46/1.00 vMB 34
410,497 410,497 000000000000000004eb1225aed8b73c1b085965cba3b47c62c4859f1186e4f2 452 0.17/1.00 vMB 54
410,496 410,496 000000000000000004b6677fdb38cae64c81c44312e6dce94c3d0ff0461aefdd 562 0.27/1.00 vMB 42
410,495 410,495 0000000000000000029da82eb1bb872a1f593d7ad4a26fdb3ef38d2bbb86bdf8 420 0.16/1.00 vMB 56
410,494 410,494 000000000000000001efee8c02813264c3ce067196cb5b1c47225edcaf65a9f0 573 0.62/1.00 vMB 22
410,493 410,493 00000000000000000375cb0ac2c2f03e192a215dc98dbc346b028a38d9cd821c 2,253 1.00/1.00 vMB 36
410,492 410,492 0000000000000000040d94355b403cc2e6beceb364ea9d3dfb768623c0674ece 3,053 1.00/1.00 vMB 58
410,491 410,491 000000000000000002123b596af5fdb8ae37497c3fe03d7d9e324f804cf227ea 967 0.44/1.00 vMB 40
410,490 410,490 00000000000000000506a53c258eaa728781ed1880ca31f1ef8e98c37883cc15 963 0.44/1.00 vMB 39
410,489 410,489 0000000000000000029c36eb743cc3ea735f0081a7bdce32d083b408ac880ede 1,803 0.75/1.00 vMB 40
410,488 410,488 000000000000000001489d02020094bfb38b65d9b1fd573c183384f11528dafb 1,075 0.81/1.00 vMB 25
410,487 410,487 0000000000000000005fe287be03cc0af868d0675e9d0b21ac0f764b9cba8557 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.88 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: 713.23 GB
    • Received: 17.33 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.