Loading Tool

Explorer IconExplorer

Memory Pool

89,085 transactions
33.08 vMB
0.20320340 BTC
Random Selection Loading Transactions
Max Size: 199.67/200 MB

Candidate Block

Mining Attempt 6448ad08c22ace3446b6562fd133b473388f1824f59a46858f107357a410e24f
Version 20000000
Previous Block 00000000000000000000880b1680fef67d1387961500b05f68e29399f83d5076
Merkle Root 43630ce7827386bb12000b1d15e877e744b7175c81e2f6cadecaa5e3595376e8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.09030995 BTC
Feerates: 387.56 > 9.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,953 (343,010 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,943 571,943 0000000000000000000221257335be9581b889e0c1c4424783d87e5eb7fb4b35 2,975 1.00/1.00 vMB 55
571,942 571,942 000000000000000000029b2ac9d70cd2e4a990c7c992008afa17cc4e85cee0f5 3,074 1.00/1.00 vMB 39
571,941 571,941 0000000000000000001050fafb0e4dc987eb32a784bda0fcccf3c3f0db2230a1 1,324 1.00/1.00 vMB 40
571,940 571,940 0000000000000000000652fabf143992e85c919045f021bd50a601f15ed5b0ee 2,078 1.00/1.00 vMB 56
571,939 571,939 000000000000000000213f7f2345d7b57fc197fa6e0c13b7a45fc75d41f9b6fd 1,301 1.00/1.00 vMB 36
571,938 571,938 0000000000000000000b6aaf76d435249ee0bd7b6a431a9183f33b14d451295c 3,083 1.00/1.00 vMB 63
571,937 571,937 000000000000000000113978bd194d8403178fa1f6c63713ad78b816520334b7 2,972 1.00/1.00 vMB 49
571,936 571,936 0000000000000000000bef1bebe91a9ebbca748190c7076c942bab42fa9062b1 2,574 1.00/1.00 vMB 49
571,935 571,935 0000000000000000001585d210c2d4f3f4b50a1cb7e497df9ee7ff42e36b4ee8 2,777 1.00/1.00 vMB 43
571,934 571,934 00000000000000000007fd717cc172a7ef1199125d3936deeedaf1ba46bfeed7 2,395 1.00/1.00 vMB 57
571,933 571,933 00000000000000000006c91e24be8e80e3bd10024876365b981cb480daa93c26 2,399 1.00/1.00 vMB 49
571,932 571,932 00000000000000000017f4453dd0206e6bb97edefe75a66f63d46df039ed7a20 2,638 1.00/1.00 vMB 61
571,931 571,931 000000000000000000214193ef94a55dcac1a8b11e6de1526a71379350338f17 3,540 1.00/1.00 vMB 82
571,930 571,930 0000000000000000001b264b2fea1e1f7668997653f89835a4bf25a3d2d5f241 3,150 1.00/1.00 vMB 74
571,929 571,929 0000000000000000001eb6865106f78dd27b26bfae72d1d0a8aadb3cc867530a 1,526 1.00/1.00 vMB 51
571,928 571,928 0000000000000000000c26b7d53f2b98caed01e1c141d2f9a2031740c98c64c7 2,195 1.00/1.00 vMB 60
571,927 571,927 0000000000000000002b121c19b1780def65f05911f5fc3a15ec6167cf28706a 481 1.00/1.00 vMB 47
571,926 571,926 00000000000000000014c86ce78cd950468b11d388b28667869a4153aca759b2 1,651 1.00/1.00 vMB 61
571,925 571,925 00000000000000000004249ed70b7bed19ab043193927e80e84952baee8eb3c0 2,635 1.00/1.00 vMB 63
571,924 571,924 000000000000000000176e2a5f66318aa284c0b474df04028d0d3d9351c2ff6f 522 1.00/1.00 vMB 50
571,923 571,923 00000000000000000029ca0a1245c074b2150b7f848a2cc9e88b4617c67c1686 1,608 1.00/1.00 vMB 59
Previous 10 blocks ↓
Total Size: 782.31 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: 660.19 GB
    • Received: 14.62 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.