Loading Tool

Explorer IconExplorer

Memory Pool

31,442 transactions
17.30 vMB
0.04572974 BTC
Random Selection Loading Transactions
Max Size: 93.50/200 MB

Candidate Block

Mining Attempt a45fa5e884193fb310f7117f9de9fc0e492ff9111af133b37c2511cb0f232701
Version 20000000
Previous Block 0000000000000000000157985ae5e218ec435eef53db9d5e47bda7e17dfc1bdc
Merkle Root cd7510c88f46ce7fd6134940fe9990720c9f851e85beb9f28a94047060a02afa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,529
Size: 1.00 vMB
Total Fees: 0.01338027 BTC
Feerates: 151.12 > 1.34 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,163 (793,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
120,771 120,771 0000000000004214b6686efc87fe5f346fb2005953e22a29b2f926f87158aab9 40 0.01/1.00 vMB 623
120,770 120,770 0000000000000674b0d314ae092de8b332bd104b7cbe4fff99d751371d1c5ed1 12 0.00/1.00 vMB 980
120,769 120,769 00000000000038178eac41b18869e6ae1f8d0905cbe2dbefb94bea78a3cb5329 4 0.00/1.00 vMB 1,235
120,768 120,768 0000000000004d4bdfa47f7c63b1aa1e86487e456b32f1a17860bfe9dc9561f8 14 0.01/1.00 vMB 149
120,767 120,767 0000000000004fab39c441bbd50cdbaeeec7b43d564f1c97d487fcd94bacd2c6 32 0.01/1.00 vMB 638
120,766 120,766 0000000000002f3e90db3557b6a0a685f0cd24a517aac95884516ca11273ee79 7 0.00/1.00 vMB 1,579
120,765 120,765 0000000000008c39648712482949a99de3d438e7fbbfb57b3069361259c52777 8 0.00/1.00 vMB 321
120,764 120,764 00000000000084c0cc4bd3776592952287eaf6d6b7c704bdecd684cfdfd583dc 10 0.00/1.00 vMB 975
120,763 120,763 000000000000a7133b8227a82f13e916afdacfb56a4b0a94352824af3050a36a 2 0.00/1.00 vMB 0
120,762 120,762 0000000000004591a57f6c2de939dafa9b2e1640a3b41f7ba28ab1783f302454 7 0.00/1.00 vMB 1,179
120,761 120,761 0000000000003c7886d84787f0e016cccc442a05f1bbcf931ee5cfd5c12e9ca8 11 0.00/1.00 vMB 0
120,760 120,760 000000000000471b1a3126f6703e9ba43de99b354fd2fc7db59ad3e1dd683416 15 0.00/1.00 vMB 798
120,759 120,759 000000000000ad2f5e0ddbb04258e3e1b109d2c6a325410551c2c4634de1e3b3 11 0.00/1.00 vMB 860
120,758 120,758 000000000000a07c9aadd3bbdf726e455e2cc73d78fce3ada303ff6dee296e45 32 0.01/1.00 vMB 936
120,757 120,757 000000000000062b68888b88432628a0318174cffd6119ee3f34856cf2b8478a 1 0.00/1.00 vMB 0
120,756 120,756 0000000000001646f6b71e796dcae8636ed90fee08a7664c9fe501a766b8b74a 29 0.01/1.00 vMB 330
120,755 120,755 0000000000009453c785ecb9e3bc52c77aab0e07ad7e2454599fdb3434880e10 3 0.00/1.00 vMB 832
120,754 120,754 0000000000003ce721c2e3bcdf84ad54ecc98ba4bcee874d7d6a0de95ceb58cb 30 0.01/1.00 vMB 329
120,753 120,753 000000000000535192bec4405760a7274548c452772359f3e2b075ca89a08ed3 6 0.00/1.00 vMB 1,594
120,752 120,752 00000000000099df36ecb90a1b9b5e5d8d97dbb78b32ac29d95c034769112603 1 0.00/1.00 vMB 0
120,751 120,751 000000000000023d7e162eb0e7b21b5d953de91de45621b70ed830baecd78aa3 21 0.01/1.00 vMB 289
Previous 10 blocks ↓
Total Size: 780.88 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: 565.65 GB
    • Received: 7.66 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.