Loading Tool

Explorer IconExplorer

Memory Pool

42,304 transactions
26.73 vMB
0.06332613 BTC
Random Selection Loading Transactions
Max Size: 140.27/200 MB

Candidate Block

Mining Attempt 85a58fe35f0347645b92f407ca35ebce4bd394a67785cd17c4663858c084eea2
Version 20000000
Previous Block 00000000000000000001c29ba26020ab8fee0b13c11f761cf92eaeb9c92dd03d
Merkle Root 571203b4d9186f523dfe1294a5f8b158e7d63304179844d115664b06ab7acff2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,201
Size: 1.00 vMB
Total Fees: 0.01387554 BTC
Feerates: 181.54 > 1.39 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,932 (342,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
571,959 571,959 0000000000000000002c017fbd30901e4e0d69301557fa68f38a058fc63fa372 2,697 1.00/1.00 vMB 56
571,958 571,958 0000000000000000001d296a0a458816b62f4c01375d66f804126d9b62fb7bcc 2,661 1.00/1.00 vMB 71
571,957 571,957 000000000000000000077052f38c33d9ec814837f8af194fed84e61b53712702 3,384 1.00/1.00 vMB 77
571,956 571,956 0000000000000000001f6d0e0e13a716d5f76138774abf0593fbaa55a613b328 1,674 1.00/1.00 vMB 58
571,955 571,955 000000000000000000129645aade4edf3e55fe48bd27aa61f064660296c7797d 2,910 1.00/1.00 vMB 36
571,954 571,954 00000000000000000000d6ea02d91d81b80c6f0aea9dfc9dd43d769626d12b8b 3,244 1.00/1.00 vMB 32
571,953 571,953 0000000000000000001df2c01c3abb5ab7d21523602d1721f8aa4e4c4f035212 3,044 1.00/1.00 vMB 41
571,952 571,952 00000000000000000004d84999ac7e98f7f274064edcd8fd010e2b7d1841cee9 1,415 1.00/1.00 vMB 10
571,951 571,951 0000000000000000000d2819f46366fe6eb67b76b483b99918d64ef407cd4605 2,280 1.00/1.00 vMB 21
571,950 571,950 0000000000000000000e0e404f0354e065aa1924312a5f10e452627e51928dd0 2,012 1.00/1.00 vMB 29
571,949 571,949 00000000000000000027a4fed2961fdbcbfb8c007e517ae648bbe0b45998bcd5 1,932 1.00/1.00 vMB 22
571,948 571,948 00000000000000000028b6d29d896be2dcd6575b28e4e86ce3ae29bdad028819 2,425 1.00/1.00 vMB 41
571,947 571,947 000000000000000000191ca42d59b520be0fcfa99547e73df0e3c04a3ab8ddbf 2,502 1.00/1.00 vMB 28
571,946 571,946 00000000000000000013890a75f2bdb4e1595de0c02168587dcfdedc2f5ae3b4 3,034 1.00/1.00 vMB 60
571,945 571,945 00000000000000000010c79af60c4289a6d14649dcace8745cf7dd693f259981 2,767 1.00/1.00 vMB 42
571,944 571,944 000000000000000000287abc948e264d2d77f4bae095e95810188e74ed1e43b5 3,332 1.00/1.00 vMB 69
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
Previous 10 blocks ↓
Total Size: 782.27 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: 656.01 GB
    • Received: 14.37 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.