Memory Pool Memory Pool Refreshing

4,813 transactions
1.75 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,132 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (780,199 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
127,651 127,651 00000000000015f4087e689ddde3743af1a80faa1dd96ce8a9b84a6dc05b0109 0.04 MB 90 1,461
127,650 127,650 00000000000010aee6a6a2fe388c71a062f550bbdb3ff38a79c9eefd53ccfbf7 0.00 MB 11 586
127,649 127,649 000000000000209ad7bdfc7bcac5c475e95afe7e7b21608a58d051f65b64ef82 0.01 MB 28 1,324
127,648 127,648 0000000000000dd13dc7fc5f5ed049216043106c3f43a5dfd707804d27b2300c 0.02 MB 50 2,653
127,647 127,647 0000000000000fe08aa7cee40ca075d6f6b7d1d05b67a6bc4c4483ae4035353b 0.01 MB 19 1,106
127,646 127,646 0000000000001d194e55e0befa1e9b1fa9c7fda47ce020507361c0cb76a73c25 0.00 MB 10 14
127,645 127,645 0000000000001386d916b4ffa8dcf73f5a3f11ccb28c5d908a32519c1c2725ea 0.01 MB 20 743
127,644 127,644 0000000000000e08cb566305e4a3536c8e1816eb3254e1fce433d3eef4e0d60e 0.01 MB 18 649
127,643 127,643 0000000000000e657c257aea987730b91b57dc0800b370f9a600da1caa1d268d 0.01 MB 19 422
127,642 127,642 0000000000001e94ace64db4e6f493a45ae73b924d37c50023ca0230e4d1f1e0 0.01 MB 32 888
127,641 127,641 00000000000026737911d483628799fc1f50f1fc0e48f3a26fc6fec0cb2f8747 0.00 MB 5 1,227
127,640 127,640 0000000000000eee2a64855a19335161a3f7a5a8aa0a20a041ef5cc9863dd964 0.04 MB 94 216
127,639 127,639 00000000000022aec72d69bb56e2f24631993a49b91b5687134539128cd7b482 0.00 MB 8 329
127,638 127,638 000000000000224b4202eee26080e21d231f4b8fdba6e363c25d5bbf19c95b65 0.00 MB 8 1,521
127,637 127,637 00000000000020b5f71605ad4c5a429b95da406fd95d7354ebe8c20da13a77b5 0.00 MB 10 1,149
127,636 127,636 0000000000001de32bd8f24bd6b4b7be4da60f3c87f004d837b5a2d13dbf4b7f 0.00 MB 5 1,474
127,635 127,635 00000000000022581579e1ad5f0c477f4ce53d3955e5dee24ea4765120844739 0.00 MB 4 1,291
127,634 127,634 00000000000000362d1e7c1f3968f4e49b6bafa2e2d592533dc9a7459d0ac918 0.01 MB 20 15,430
127,633 127,633 0000000000000e2a44c707cf659b402719bd13ea1700bf5ff5f458db5d1ad31b 0.00 MB 17 415
127,632 127,632 00000000000023908902311fa5fbf862e1a570360ff80463247dda24c5edbdfa 0.01 MB 52 1,576
127,631 127,631 000000000000079dc8c0777b187a54d477c45106e8606894ac9cdf9e2e3add78 0.02 MB 62 0
Previous 10 blocks ↓
Total Size: 769.26 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.27 GB sent, 94.23 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.