Memory Pool Memory Pool Refreshing

1,411 transactions
20.41 vMB
Show Random Selection Loading Transactions
Max Size: 82/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,308 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,204 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (809,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,890 98,890 000000000002f1bdd60f66561f82128670ff7f979cad0a46af8c1d2d15ac5baf 0.00 MB 12 0
98,889 98,889 00000000000328a448c1a66b3565cab03c28956f9a2e8435429e4c7e2f32b86a 0.00 MB 13 0
98,888 98,888 000000000002b0ab3b01e83111889646f3730edd00a9310cb66530404af6a6a4 0.00 MB 1 0
98,887 98,887 0000000000011bd3016134b0a51951991910b3f3198d98e7ed78d25d57f23c46 0.00 MB 2 0
98,886 98,886 000000000002508140cd9627734715ba9bd91986a2ca8405aa3d5d39b64ca1b0 0.00 MB 3 0
98,885 98,885 000000000004341dc12ab16420d04104518aff680e7691a5b83141b4430272bc 0.00 MB 1 0
98,884 98,884 0000000000031f7d698552d76c75734158d4dcb61ab4dfcf45d5df80ed8b7860 0.00 MB 1 0
98,883 98,883 000000000000bf6e48b5a552c9593a78bc8ad4a5cf4cd061b9ab325c5ee5130c 0.00 MB 3 0
98,882 98,882 00000000000359511425370d5f654ebaf723eeb5f709fe3b4f7003072f4e588c 0.00 MB 1 0
98,881 98,881 0000000000039abc670251fb7941aae709f9062783a98c0e78110af9e89f2f9f 0.00 MB 4 0
98,880 98,880 0000000000018ac9373daf1fa6eaaf1ec3951b8ad5d30776e2d1e2c348b1f33b 0.00 MB 7 591
98,879 98,879 0000000000016ecd8acb043f6ef05bcea790a7faa6faf9f4f193b26b0144e187 0.00 MB 2 0
98,878 98,878 0000000000044aeb2fe6afd6592b2257d38206705a65f8cb62c05794258ee26f 0.00 MB 4 0
98,877 98,877 000000000002cfdf9e269e314d078edc017a61b1be5b76cd4de442b688b87d47 0.00 MB 1 0
98,876 98,876 0000000000031477ebec76d005c0a68e83bfb838049b8a2d26be956c24c26229 0.00 MB 11 0
98,875 98,875 000000000000c6ec700634d5e27a4feda1bc01b682e15f1a4766f95a38f7f78e 0.00 MB 10 0
98,874 98,874 0000000000036c31c1451ad9d48e1911abf5fb4fe42631406c284872dd662910 0.00 MB 1 0
98,873 98,873 0000000000042b05f6503a7ed1bfbe7c710003fc8dd3212371eabf752690cc6d 0.00 MB 7 0
98,872 98,872 000000000001c8fc88b4e5f80c6c79319fc00d29399762ae2c6be943a9b7cb94 0.00 MB 12 0
98,871 98,871 000000000001a44ac679e5ee3fbc270b0e0900eed6c63f92efdc5a18f8e82616 0.00 MB 13 0
98,870 98,870 0000000000030c47f03b3e84a156540a07e60817b6cd4e6db08323519da03991 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.68 GB sent, 98.54 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.