Memory Pool Memory Pool Refreshing

9,414 transactions
2.86 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,468 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (777,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
129,858 129,858 000000000000070dd8185cfe1bb596cf5cdf6ef757950078b3412c1cc97d7276 0.01 MB 21 2,193
129,857 129,857 000000000000133f8789f9004bdde68fc2b2a4c920bf6f259cf2f746ef7481ae 0.05 MB 135 655
129,856 129,856 00000000000007cd99bbf290fa4ae355d7b7b716a7eaa0019e07a80647234686 0.00 MB 10 1,074
129,855 129,855 0000000000001b3c869ff80296a0b543b7c9eb648fc6e7a6f626e82ebbefdd8a 0.05 MB 79 437
129,854 129,854 00000000000003394ab8e0a9d8cee10beea35a4ddc1628c5d35b2cf2f3ad556d 0.01 MB 20 711
129,853 129,853 00000000000007e04733fa990635e1bf4212df16bde3dac4fd87f0e3a3cd11cb 0.01 MB 20 800
129,852 129,852 000000000000031ee28322af54356b76c5c6fcc4f17155d11a26af655774fbd6 0.02 MB 32 1,102
129,851 129,851 0000000000001ba198e0f811287fccd29c0ac3df89950fb42d3ff554ee340e9e 0.01 MB 27 524
129,850 129,850 00000000000002c0117ac4e1f784761bc010f5d69c2b107c659a672d0107df64 0.02 MB 68 70
129,849 129,849 000000000000124b9ae7be7b5daf316db7decb4bbb4acc8eee966a2e7bfbae1b 0.03 MB 63 1,252
129,848 129,848 00000000000004f0e71aa3268422f2cf9941a326834b0cd99994908f18226c64 0.00 MB 9 1,591
129,847 129,847 00000000000018de14f9df058f427fff0bb98bb5caff93e8c51377f6c261bd3c 0.03 MB 74 793
129,846 129,846 0000000000000a18f266a17ed41b6ac94e1880a594f470b6f956fb9546b3f370 0.01 MB 47 339
129,845 129,845 00000000000001ae1e6e1b03939e3439fbfae58e62d83718a89a16fda114e3a8 0.05 MB 130 421
129,844 129,844 0000000000001555000690e1c93b009d1b710e1457aa398e0aa9c0801df67fe2 0.02 MB 45 727
129,843 129,843 0000000000001c2f3bf10e63097b8486e513cd6ed453ce4e108d6a3216c03597 0.00 MB 8 1,259
129,842 129,842 0000000000000cef4a896493129558820dd22f5a7061a9f84594ca5ff2fe2121 0.03 MB 46 1,136
129,841 129,841 00000000000007f8c354f94929a3355fe258996feef524fc3ef3fa4517c3fd6d 0.05 MB 122 392
129,840 129,840 00000000000012dff283dd8da1ab1fb9372b46ef11dc516c7e9b97358ca72f00 0.04 MB 97 1,223
129,839 129,839 00000000000014436e0329e1993cca6c5315fb7374d5e2c6fa93ff9a9ec791ff 0.01 MB 16 768
129,838 129,838 000000000000189d01eaea53097e78080f8fbe1fb282d46ffd124cd92d551e66 0.01 MB 36 326
Previous 10 blocks ↓
Total Size: 769.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,635.04 GB sent, 94.13 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.