Memory Pool Memory Pool Refreshing

1,089 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 1,083 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (886,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,225 22,225 000000007497b440d432cc05dec10902fd78e0096ee98bf1cd2f0f8220484c59 0.00 MB 1 0
22,224 22,224 000000004c32cc72455e90c77e3cd80e1f8e68cef9244d9fc484bbc1d53d5bdb 0.00 MB 1 0
22,223 22,223 000000001dcb26f687998c3eb51572514290980cb9fb82ac08ec4da33830d6a0 0.00 MB 1 0
22,222 22,222 000000008f840e26cced54099e6e74a3c2bb2803df5692b3fd1d7b470fa248ee 0.00 MB 1 0
22,221 22,221 000000004df06e78c55d09a702a699e13742e39b5b5b0a1c4bb09baef562bc4f 0.00 MB 1 0
22,220 22,220 000000001ebd1a7507e7c386ab077f2de03d511b35f387c63744b281fbc527bc 0.00 MB 1 0
22,219 22,219 00000000ef35c3ec53f9ea8f606ad93d1b71c10d0ef92bbc50a00374d2dcef86 0.00 MB 1 0
22,218 22,218 00000000d95e2802c30907514a31120bcb34477d48faecb2ce15be7d84f155c9 0.00 MB 1 0
22,217 22,217 0000000056a8e8e4c99790b1fc71f21545849378cc94788211b0328968091c57 0.00 MB 1 0
22,216 22,216 00000000a0106d063faca5b0f77d78267f18727728445a2a3b5ac9ce9a2ac711 0.00 MB 1 0
22,215 22,215 00000000fe295bf4012248b3675cd5325dc1af271914c7f42b1712ef648d495a 0.00 MB 1 0
22,214 22,214 0000000000ce19b0daaeb264e06f487b676867823c1e527b3747661b0c1fd9b0 0.00 MB 1 0
22,213 22,213 000000000ac25cd501761fb4c445f911d18c30606af0e5a0fd24604b4c3270aa 0.00 MB 1 0
22,212 22,212 00000000166acbf1ffc1154001feb0a1eec8122c2cb69f72d33fc594d4ec8f50 0.00 MB 1 0
22,211 22,211 0000000059a8e6907cc084e323ce4362d7d4bb4dffa41a49c1096075bfdf595c 0.00 MB 1 0
22,210 22,210 00000000ce82c8713cb28394ffffc4a1b8330e0b10cb458465094453b7490adf 0.00 MB 1 0
22,209 22,209 00000000fd8e5c94b7623398b3708ef7610cc6ded2c2217b77a3af495bfbf6a7 0.00 MB 1 0
22,208 22,208 0000000018ec0195b514a2f9f9a16862204d44777d7caf9ae25ad1e9c6d79c82 0.00 MB 1 0
22,207 22,207 000000003c7eebf1bb035cbc4709740debedd7e500a9e1fb918028a18053b54b 0.00 MB 1 0
22,206 22,206 00000000feca994d563508116f02650628e032189c5b2c68f4ab785b4dac4b35 0.00 MB 1 0
22,205 22,205 00000000420f434579c975a73119abcc755b59e1092881f7047967624f51b2a6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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,849.55 GB sent, 101.04 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.