Memory Pool Memory Pool Refreshing

597 transactions
0.26 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,049 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 590 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,048 (743,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
164,135 164,135 0000000000000b9e242b5372b4bdcbbfc565d5527948cb8e8d365929d3c9cbca 0.00 MB 10 123
164,134 164,134 000000000000006854d9596c6d26694658b6afcefeccf8a9446d0617b96aebf4 0.04 MB 112 109
164,133 164,133 000000000000050c6c69481507d315f8b51e2f9c2c39b1faa1d55866d3d256df 0.02 MB 23 96
164,132 164,132 000000000000093413bf23e7d8f427880ab93890d4511fb64da379d0420e49bb 0.00 MB 12 53
164,131 164,131 00000000000002303e2fd5d42cc934fea02006959bd53fc9fffe565850946e15 0.00 MB 5 71
164,130 164,130 00000000000002866db95ff22849bb503d5385e29a6ea30220a794e63eb4770e 0.04 MB 120 18
164,129 164,129 000000000000058251ec5aae870b0229ce3e115b5f250780a969b95510aa7697 0.03 MB 89 73
164,128 164,128 00000000000005aad6aaca1ac771c3551198e7e0d9ee7a5d7eea2606faa91236 0.01 MB 16 192
164,127 164,127 00000000000009cc815d0354fd64b8cc758081a3dbc343fb0c4ce4cd04e274ab 0.02 MB 26 34
164,126 164,126 000000000000000c809378f71791f87d558e2d3bd7f16f31272fcc18dbcd8339 0.01 MB 23 60
164,125 164,125 000000000000002d6b57b8be417020eaf75677dd9aafbf37d5378114a98e794e 0.01 MB 20 94
164,124 164,124 00000000000002279944f437c9e83f002a484a1ff4d59212bbc84a070a140363 0.00 MB 14 0
164,123 164,123 0000000000000bda59f61c0333e9716e9e55ee5d5511c6c92673d901fe371948 0.00 MB 9 68
164,122 164,122 00000000000004f65eedbbb3d218c8d1bcc212781f2ce673641cf1fb7799919c 0.01 MB 11 7
164,121 164,121 0000000000000245d6a9e56ef0888d54213946bdf6b07fc63ee225099a895fa5 0.00 MB 13 335
164,120 164,120 0000000000000a7da3c70f3c47bcc21738b0dbfd6b176090004239c5ada5fe0d 0.05 MB 111 71
164,119 164,119 00000000000006e6a7dd491934ea984183c17d6c7d32b1171611a168c3e356c4 0.00 MB 1 0
164,118 164,118 0000000000000695d45abc686707ab4f458c0a62a08a18cf0ac99c5d818b0563 0.01 MB 42 0
164,117 164,117 000000000000060c372862cf2d7daf424e46215292c00a7218fc428d843c8387 0.00 MB 1 0
164,116 164,116 00000000000001e6ef948fb0efed26ee6b8de6e8d48c583b95270b0fc193a1a3 0.03 MB 82 51
164,115 164,115 0000000000000027311a72b6475cc9a6c164983370bb1dab39810e1ea1eb619c 0.03 MB 81 82
Previous 10 blocks ↓
Total Size: 769.64 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,652.72 GB sent, 96.05 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.