Loading Tool

Explorer IconExplorer

Memory Pool

38,690 transactions
28.24 vMB
0.06550732 BTC
Random Selection Loading Transactions
Max Size: 143.27/200 MB

Candidate Block

Mining Attempt c43b1b7e96f1b3b44f494ef1a7fe79265f5fa4e31052f015566469503ea880c4
Version 20000000
Previous Block 000000000000000000020f1ada729f1f24450fa91e9e63179a4d50787a222e65
Merkle Root a81428b674b2715dd657bb6a793a5b8f660de5f150dc27ca2d8af2b07711a0b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,716
Size: 1.00 vMB
Total Fees: 0.01133364 BTC
Feerates: 150.80 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,601 (91,796 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
822,805 822,805 000000000000000000032ae1854e6645dc5f654a383fa0c8b6989e675cd2ff03 3,966 1.00/1.00 vMB 113
822,804 822,804 00000000000000000002314207adc85b9ca22b15670b421f8f2a92481700bd18 4,655 1.00/1.00 vMB 88
822,803 822,803 00000000000000000002abf19af67a3984df97e545355cd6e3a6fc1ea902d138 4,753 1.00/1.00 vMB 79
822,802 822,802 00000000000000000000d6283945a1b80810cd007aeccab3bd48a0d6b55c7cf2 5,567 1.00/1.00 vMB 93
822,801 822,801 000000000000000000001f9dde7de6b376ee80471c556903c98c8d03e230a3d8 4,562 1.00/1.00 vMB 94
822,800 822,800 00000000000000000003420d16edbf1ee06deb651eb0618e66abafd9be84dd3e 4,038 1.00/1.00 vMB 65
822,799 822,799 0000000000000000000052e5afe24d5579b37d105b6f0dac664cbe0ea795eba6 4,722 1.00/1.00 vMB 73
822,798 822,798 000000000000000000008e811d1c6e777e367c02ed12507fc9af2055981c1f6c 4,785 1.00/1.00 vMB 97
822,797 822,797 00000000000000000002dcdc01e673b4ffa9ac2d9b5f26bc5ab6f05ceb5c1db0 4,629 1.00/1.00 vMB 93
822,796 822,796 00000000000000000002af10f8db8c64aa49be96afd4bebabd9f49f559bd55f2 4,576 1.00/1.00 vMB 95
822,795 822,795 0000000000000000000043694699c2b033121a5e9fbb06d578ed7bd04e8d0cff 4,092 1.00/1.00 vMB 116
822,794 822,794 00000000000000000001e893c0306c5b5ebad7bc8d70faa215f07ae83fb2c29d 4,252 1.00/1.00 vMB 67
822,793 822,793 00000000000000000000e2b2073a37c3a3f83469ae89b946485eb1702d2b918f 4,994 1.00/1.00 vMB 90
822,792 822,792 0000000000000000000350909b256e1a0fd62cc2ac03712cb34816fdd2443754 3,787 1.00/1.00 vMB 71
822,791 822,791 000000000000000000017bd62aa119cd02f88cfb1892c5102b68a953c5d3f01f 5,284 1.00/1.00 vMB 81
822,790 822,790 0000000000000000000163dfa83e9000478b0600a52ac7572f09dc381ee25059 4,303 1.00/1.00 vMB 100
822,789 822,789 00000000000000000002625b3c55134dec6896b690bb55ae1b6efbee7fda8bb7 3,341 1.00/1.00 vMB 107
822,788 822,788 000000000000000000000cdb469c21aa8a7b3ae931fca71816f0fa494c4de414 2,878 1.00/1.00 vMB 68
822,787 822,787 00000000000000000000dabc806d0b82bc3139c8568cb45319633f6104e26fa0 3,344 1.00/1.00 vMB 69
822,786 822,786 00000000000000000001e16f447ccd4b2b4e76a57ddf06c11ca6c7bb07129f1c 4,113 1.00/1.00 vMB 70
822,785 822,785 00000000000000000003bccd51829e3bde62c506a1909cceaead82134ad20b92 4,944 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 781.69 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 628.68 GB
    • Received: 11.82 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.