Memory Pool Memory Pool Refreshing

10,364 transactions
4.69 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,358 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (151,499 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
756,226 756,226 000000000000000000019140f9ccc5c911557866d1d089bcbd2342856c9906e4 1.48 MB 3,096 40
756,225 756,225 000000000000000000052f61bd1294309fcb1bd437f48be25764fe864785c8c3 1.38 MB 2,818 27
756,224 756,224 0000000000000000000569be71032cdde03e9411fd568c43e5724f5f764b719e 0.52 MB 982 12
756,223 756,223 00000000000000000005e009bdf68e06bb843f0416e88fdabc02cf0605dc35e3 1.36 MB 1,895 7
756,222 756,222 00000000000000000002b284ed40d92b29b006e89ddcff5b4beaf1c80cd9fd2b 1.53 MB 2,725 8
756,221 756,221 0000000000000000000288d8deccbb69a00c544172b658589ddee475c17a707b 1.40 MB 2,715 16
756,220 756,220 00000000000000000008d82a9715130fe97c2576c919147bda8e1f56784cb5d4 1.43 MB 2,432 16
756,219 756,219 00000000000000000002ba46d4a1794efc3e47ef72887f2d6e4fe4a1b579cdea 1.02 MB 987 9
756,218 756,218 0000000000000000000087048478a70a6a151c47498fa553a3d0ed10782b7021 0.47 MB 378 6
756,217 756,217 00000000000000000004b864f36cb00e823ad0e85ceaaf456c0de2e972ba46eb 0.41 MB 361 4
756,216 756,216 00000000000000000000f663c4be172c883d77a37e0bb2b464294fadd728d9f4 1.55 MB 3,206 13
756,215 756,215 00000000000000000007a9a1ad79a5dbc54d26640d7ca14dd1e3939db8f826a2 1.60 MB 1,182 5
756,214 756,214 00000000000000000008b27fd3b642c424a7fe5552714100c2e79259ace8bb49 1.53 MB 2,804 11
756,213 756,213 000000000000000000034be669335c56cf7f73e87a07ea9bfbb9cab5e55f3b52 1.76 MB 1,637 4
756,212 756,212 0000000000000000000809bd62b2a93065223dade9c928026985feaa39b2ef5d 1.63 MB 3,212 5
756,211 756,211 000000000000000000079fc76303af09c2447c9b5b43985d0b4bcb0754ca7c9d 1.55 MB 3,081 10
756,210 756,210 00000000000000000003eb5899b16bb00504653a2f99083edcda20769cac0a26 1.29 MB 2,265 14
756,209 756,209 00000000000000000000ef64fb28ccc7aa1077d2ef0ecc9c436df61e40a89298 1.37 MB 2,731 20
756,208 756,208 0000000000000000000798c7481af9b174ef87d41c6e0fd0dc07d9971fb6513a 1.56 MB 3,183 15
756,207 756,207 0000000000000000000585f0492d74e2d335650b69adcc4870ab376d724154bc 1.52 MB 3,324 17
756,206 756,206 00000000000000000003a3f66b41ea1692dd77039469d0f84c8c12eda931d020 1.54 MB 2,566 3
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.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.