Memory Pool Memory Pool Refreshing

2,101 transactions
2.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,814 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 770 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,813 (56,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
851,774 851,774 00000000000000000003886658be32dc6824645a726c9ca87fb612347e6ad409 1.46 MB 7,781 5
851,773 851,773 000000000000000000011a8f37b7be0894add7b90724d3813a0d18f08016eb28 1.71 MB 5,358 6
851,772 851,772 00000000000000000000baa1523d20d223a17569f37ae60a57fa107a78730fac 1.49 MB 5,509 6
851,771 851,771 0000000000000000000205d2090d340a7732de0df7dbd06ab8106cf6ceeccad5 1.57 MB 3,737 7
851,770 851,770 000000000000000000000963a9fe7fca7927f909de70424d2f840c01e818b06b 1.54 MB 3,312 10
851,769 851,769 00000000000000000000c6c4b7331a8d04ef04bb7fd1f0601e024c71db16c0e7 1.23 MB 2,967 5
851,768 851,768 00000000000000000002cc6a8217ffeaa7f99119faa78d491177732a39a1bebb 1.17 MB 1,979 5
851,767 851,767 000000000000000000033c310f20d583651d9392c145f0f79c9eb9173fd06ceb 1.61 MB 6,709 6
851,766 851,766 00000000000000000002a8fd2ed09956602e13fe3640531a7df49de3747033cc 1.69 MB 6,909 6
851,765 851,765 000000000000000000019e9c183a9efda17899cbae3149ab8ec9a2110941f982 1.49 MB 4,242 8
851,764 851,764 0000000000000000000200edca6ced5112149d1d4cde8e177fdcf6ff6145a656 1.15 MB 1,914 5
851,763 851,763 00000000000000000000589861c6cd7190a75f98ce64bcef592403a4eb07c9b1 1.37 MB 3,579 5
851,762 851,762 000000000000000000007685bedbc79eb0cadaea5ac4d9e16cbf95d593409b86 1.45 MB 6,902 6
851,761 851,761 00000000000000000002a5fbe7c6cddabfb220d549fad092738737497e424e38 1.53 MB 7,596 5
851,760 851,760 000000000000000000016fc936defc2f5ba73a76f3421c048e669cfae358abd8 1.51 MB 5,529 7
851,759 851,759 00000000000000000002959859077191b5f7d1e3084b91ce71d4cc62c977b6f9 1.64 MB 5,711 7
851,758 851,758 00000000000000000003878832332ae958fe2ea34d1293428f6025c72d8ecc04 1.56 MB 6,396 6
851,757 851,757 000000000000000000036465c20b0c989ba48259acd79230a3acd501372b312f 1.69 MB 6,962 5
851,756 851,756 000000000000000000029595a9afe06c16a14f24e000dd2d49fba0faeaaa00ad 1.40 MB 4,089 6
851,755 851,755 0000000000000000000380bf5180a2ee347ca0467f8d07c23727684d3fa9ccfd 1.13 MB 1,150 5
851,754 851,754 000000000000000000029de8cb5826f9b5867072f3d90b0f0e80f73221e3edc3 1.22 MB 2,110 6
Previous 10 blocks ↓
Total Size: 769.19 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,633.68 GB sent, 93.88 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.