Loading Tool

Explorer IconExplorer

Memory Pool

82,111 transactions
30.22 vMB
0.16775584 BTC
Random Selection Loading Transactions
Max Size: 181.67/200 MB

Candidate Block

Mining Attempt 1eddb4034ffac0b26c9924e1985df2cf2b5047540f54b4e358f6ea2d5c2fa387
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 54a44850d38cea6924c357f7dd7e9228d6638c48dcf4ad326664f5bf2b0d0f10
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,948
Size: 1.00 vMB
Total Fees: 0.06360961 BTC
Feerates: 1,002.91 > 6.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (184,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
730,706 730,706 00000000000000000001adebfc4c0a599affb429788b65c0b0ad5588804d9377 3,374 1.00/1.00 vMB 14
730,705 730,705 00000000000000000009d6a55f4ed6f4380cdb1a58e56904d82422b144cca54b 264 0.16/1.00 vMB 6
730,704 730,704 00000000000000000002a6c96e93063e2b2d391037ade6185fb78a9ab74c1e41 2,260 0.99/1.00 vMB 9
730,703 730,703 000000000000000000062d6ff63561cf1dfa26453c56e292d3f6c6b497b1a06b 1,885 0.59/1.00 vMB 10
730,702 730,702 00000000000000000002af04eebb31fea93fcd2d2775548eab762ee0021ef156 2,333 0.88/1.00 vMB 10
730,701 730,701 000000000000000000011e86b005a50702dfa1984e20a4a84113da2f5778eed6 1,268 0.42/1.00 vMB 8
730,700 730,700 00000000000000000007c47b1ff1f57efa6f98abd4ec7533ed9d2a939ed2a76f 483 0.46/1.00 vMB 2
730,699 730,699 00000000000000000001e601bc0a1a25b8ce01b1da69fc9ceab2975ff26605b2 1,874 1.00/1.00 vMB 6
730,698 730,698 0000000000000000000831035a19afa73f08a3d4ca293250a6e8c1e9c4590e57 1,566 1.00/1.00 vMB 3
730,697 730,697 00000000000000000006dbd260cc77d789f5e723e9c232446c7d98c337842052 1,110 1.00/1.00 vMB 5
730,696 730,696 00000000000000000003dd45b44b06ceed7a716d2828fbadaebd7ab759539224 2,980 1.00/1.00 vMB 11
730,695 730,695 00000000000000000009830cf7f219582eb3dfa1f522c6163c241fa7f631a3a7 2,172 1.00/1.00 vMB 7
730,694 730,694 000000000000000000045e1fb440e5dba71694930fdfac1b321083ae0ffe0e93 2,607 1.00/1.00 vMB 14
730,693 730,693 0000000000000000000116af46e877e6dc367901cef5e5e5b893dced07b6a2de 780 0.34/1.00 vMB 6
730,692 730,692 00000000000000000004beb5cc1464b622de5072de26b551d1c82ad32f36dc21 73 0.02/1.00 vMB 5
730,691 730,691 00000000000000000001f2da17ebd6f9aead9f84ba3fb7f8059cd9d7f102e5ac 2,137 0.74/1.00 vMB 11
730,690 730,690 0000000000000000000046d47d998a10fe764d6e3a69f51e06ffa4fad24326f9 385 0.19/1.00 vMB 7
730,689 730,689 0000000000000000000930a315d711ef91129d51bad914e98569de3f43e68a1d 1,065 0.30/1.00 vMB 9
730,688 730,688 0000000000000000000006f95d7f6f74a050da800da17ac951ce066fd8ce6686 1,016 0.34/1.00 vMB 8
730,687 730,687 000000000000000000057a2832678ce5a2767000b6404a5cfd405ba936232b13 2,552 0.93/1.00 vMB 8
730,686 730,686 00000000000000000000e23e73301a473cf87710813b7530d7505e685bcbbdad 1,541 0.74/1.00 vMB 3
Previous 10 blocks ↓
Total Size: 782.92 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: 714.48 GB
    • Received: 17.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.