Memory Pool Memory Pool Refreshing

9,942 transactions
3.03 vMB
Show Random Selection Loading Transactions
Max Size: 18/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,173 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (750,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
157,747 157,747 00000000000006bb3b3cc9ddeb4c9b506fdfdc3b75df81ae546957adcd0a44bd 0.01 MB 20 94
157,746 157,746 0000000000000e3c34f7d8bcc08c9023ac998109cd2c04ceba50fdde9765ce7e 0.01 MB 24 172
157,745 157,745 00000000000004563e7ef20534cd2a0e302c766c9aa895835a2f25914f9284de 0.04 MB 113 54
157,744 157,744 0000000000000b1c420b4fa88ff3fa2efe981cfb5b5a4f1b06b57bbc8ba328bf 0.05 MB 125 29
157,743 157,743 00000000000009d075f608bcce64383fa86156d73d1d4c1b5e6ca0355c33b5db 0.01 MB 32 478
157,742 157,742 0000000000000dcedbb1592ea4d1fe10e03160e5344c68cf97b03ac5219a7a94 0.01 MB 33 50
157,741 157,741 0000000000000cdbd774a4144c4519cc50b798ed4548dfc859f78d9409988b78 0.01 MB 31 148
157,740 157,740 0000000000000957a81d64857ee67be1b589a225fcd3bd286115fd852b8a4ae1 0.01 MB 2 0
157,739 157,739 0000000000000168943e095b1d73468ed03f48b6727e8a67655bc3e7c15965cf 0.00 MB 13 0
157,738 157,738 000000000000096f2ae0bbb0ee674f973ed5406cea2622e7723d81ef5c4ca8de 0.00 MB 12 361
157,737 157,737 000000000000094b5f1b205fb96387eb6329e29b5910955d423ec864f64436d1 0.05 MB 119 38
157,736 157,736 000000000000077353b76ec1b1ba752ad12b062cd70eb82c46681c4b01fc8192 0.03 MB 104 69
157,735 157,735 0000000000000200b19a094b63d647f595bfc3979c166609f9ec66928f9a93d7 0.02 MB 31 95
157,734 157,734 000000000000090b1883370b1ca2c55637a81aaef6733eece0d17ae8c3d0e553 0.00 MB 15 11
157,733 157,733 0000000000000aca70f95f501adeb99913dee1f9b947280a7e89411bf3231b28 0.00 MB 17 10
157,732 157,732 0000000000000dd4eb93ff090498761214705fdff68a124522ea4e4372ff3294 0.00 MB 2 0
157,731 157,731 0000000000000907c14f8d4bc4d23009bbbe3b57e4d3a1710609acae3ca0b50a 0.01 MB 24 273
157,730 157,730 000000000000060a1fd3220d701afa3730a63e82d1c8d74073d81daec25b7674 0.01 MB 24 99
157,729 157,729 0000000000000838baf74df1e2ebd71b76936614c1d7c1cc238442730ce33534 0.02 MB 52 41
157,728 157,728 0000000000000e863876693e2c712bfef00ecfc0f161274d4b7ec0a17c00a266 0.04 MB 57 83
157,727 157,727 0000000000000a18be3e33cdfcf82179c1d42cfed6675c0838c74d4ddad5e378 0.01 MB 29 102
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.