Memory Pool Memory Pool Refreshing

622 transactions
9.07 vMB
Show Random Selection Loading Transactions
Max Size: 34/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
908,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 250 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (820,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
87,942 87,942 000000000009c9e08c8c529ae6da1ede012c6cd73ca3d13aa9efdc146607bfb3 0.00 MB 5 0
87,941 87,941 00000000000088e6497ea1a5ef4c73f5115a79361b52078fe4192956a0656364 0.00 MB 3 0
87,940 87,940 00000000000a6dce2f2abaf9936c325ec9cfefa04db9a58577cd50b5d872a33c 0.00 MB 1 0
87,939 87,939 00000000001b99ff30c68364849abf74a2e0f967323fc3aef8bdf1b120614953 0.00 MB 2 0
87,938 87,938 000000000005a0a9752bd208364f80c01beacb4b08aa9112b3611350a1a361dd 0.00 MB 1 0
87,937 87,937 000000000013dedc7511813d4817f40e9e795858de817b406fe2180dbbc0d1e6 0.00 MB 1 0
87,936 87,936 0000000000053c80bb7a4c7f21474be18f2be70a359c91a4585ea2d1d2551df5 0.00 MB 1 0
87,935 87,935 00000000001c5fb4d577f64a958e0d8fbc8e6eb1ddf69b8c3ef648f826c391b8 0.00 MB 1 0
87,934 87,934 00000000000fe0d19abf5c8e97c54a0fcf64a0e9883d96ab37114b2ca17d6ac1 0.00 MB 1 0
87,933 87,933 000000000007784fee39711091d74693728d76cf6c0d92f00965abc02aff1147 0.00 MB 1 0
87,932 87,932 00000000000e262e52dad0edad9e0d1c9c24c49e31629cbff521abff7cbe2e1b 0.00 MB 3 0
87,931 87,931 000000000019af9a5699238f488c1bdd30edd1380fe1f847047fcba94f3d2281 0.00 MB 3 0
87,930 87,930 000000000009f25e0b7fdc4dcb99771f5ffbcf80dd7a056c54859a2b56bb13c6 0.00 MB 1 0
87,929 87,929 000000000005c8ccc4e1f610898cc5152f4f867522c52815f3f456f544e66e8d 0.00 MB 1 0
87,928 87,928 00000000001a149475fe1e29465d6aabd15da366acc9a618a9460b4fce677e4f 0.00 MB 1 0
87,927 87,927 00000000001951052bf58418a2de7ce843a0fc83c3ac018b987e5e9d9cba8c1c 0.00 MB 1 0
87,926 87,926 00000000000cde334ac80aaf30945227d1583ae120f8d94c970cada66965dc79 0.00 MB 1 0
87,925 87,925 0000000000144d756c3dbfccca92f134f308ffaf1e2fcd89a5f255b8ade79dfa 0.00 MB 2 0
87,924 87,924 00000000001941de6e52ddf4c4839cdc5c7de35e49c611d5f16a99640da3d681 0.00 MB 1 0
87,923 87,923 000000000015589c7546965fc6ad92a296d6e79d0b984e7bec7cfaa2aa40478d 0.00 MB 1 0
87,922 87,922 00000000000a4984eb87e8f0d0a3ff350d28eafa79a1cedc6be4a986c4a6b04e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.32 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,701.93 GB sent, 98.83 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.