Loading Tool

Explorer IconExplorer

Memory Pool

67,489 transactions
25.77 vMB
0.05981770 BTC
Random Selection Loading Transactions
Max Size: 155.21/200 MB

Candidate Block

Mining Attempt c7bbaceb2f41a1dabcae0a5ae8d8b4ec55535e13e661d67db71209dc8e57c9ff
Version 20000000
Previous Block 00000000000000000001aa9a1283aa889ea41c9cc87a0ebad4e6b488f74e2a00
Merkle Root 0087f1cab7e218f2a6d3aca225375da5cd6abbf9d2d2956d090d7cfe85f9e2f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 971
Size: 1.00 vMB
Total Fees: 0.00535736 BTC
Feerates: 86.29 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,520 (780,537 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
134,983 134,983 00000000000004955066bf59d1bd31d891220ec63f06d7f6041da49d6b66cf1e 24 0.01/1.00 vMB 904
134,982 134,982 000000000000026c1d3e6d92d39aee2c7a62c10325b4598341029b3d5964b2d0 112 0.05/1.00 vMB 362
134,981 134,981 00000000000007d50b3e12be9e312c6b2f28595a1b00476b8eb735da02e84442 41 0.01/1.00 vMB 482
134,980 134,980 000000000000074d43a801c3e320d20669535427d667e9d10ca0360b5f23f5c2 11 0.00/1.00 vMB 18
134,979 134,979 00000000000000cfba77fa170ba12f419b4fa5b3f3c753f4c30d1e9c680d2270 90 0.05/1.00 vMB 60
134,978 134,978 00000000000004e49ed4c339a7515ac5609b6a4b40e68a19df9dbddc877fe987 76 0.03/1.00 vMB 607
134,977 134,977 000000000000037b7be003301c209e498b7fbb69b1fc1a6c88a6d5e560945b77 59 0.02/1.00 vMB 94
134,976 134,976 0000000000000bb76553298bdb3cbc95c158d8a8d1a4686343775f3301f6a3b4 59 0.03/1.00 vMB 402
134,975 134,975 0000000000000706a0ad56a6f45f3d1232dfd9636d18a1f92ef68fefa02d43c2 126 0.07/1.00 vMB 758
134,974 134,974 00000000000005a2647db3920e1fecb67a67e4ba7b82689aadf6537beefcc2a2 23 0.01/1.00 vMB 241
134,973 134,973 000000000000074def8bb58690e5d37fd496709b4182bee05d1db94ca9bddd29 13 0.01/1.00 vMB 569
134,972 134,972 00000000000004735225c6116dad99177bb804d94aa300d2b699f72ce0090548 44 0.02/1.00 vMB 233
134,971 134,971 000000000000096753c0d03762e158ae2d70323898f392de7d69970581097307 91 0.04/1.00 vMB 551
134,970 134,970 0000000000000b265f0ab29ed32364a58bbc10f2eb505223f6bd6582882d8004 26 0.02/1.00 vMB 598
134,969 134,969 0000000000000606ceb8a0147b725e565c471e3f6608dbbb21e36a6dfd8b7ef8 104 0.04/1.00 vMB 291
134,968 134,968 000000000000059347055268e870d0b2d16622dfe484b2497803f5b854ce544a 38 0.01/1.00 vMB 404
134,967 134,967 00000000000009427094d20aa18da2bd8d0a23a5b30c86a6ae2284c0543dd2e9 26 0.01/1.00 vMB 953
134,966 134,966 00000000000009389451c6280d1a48f2965c6dda51ef87ae277150c17d4f1e38 114 0.05/1.00 vMB 196
134,965 134,965 00000000000005a53b4931d4e59203aab066e9c0202b234d9aabb129a51e5ad3 72 0.02/1.00 vMB 477
134,964 134,964 0000000000000a77bd99de980a8ca34d92399074390f042c2a29dd7f46b867b1 45 0.02/1.00 vMB 701
134,963 134,963 00000000000004a0a1280ff9c0d16cc7dac47ba34e20fab16e80537ac8a85d57 82 0.03/1.00 vMB 556
Previous 10 blocks ↓
Total Size: 783.30 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: 766.94 GB
    • Received: 19.32 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.