Memory Pool Memory Pool Refreshing

6,689 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,753 (253,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
654,161 654,161 00000000000000000007336a0a2e3e3eefc450e9e93d1c2a56c9fd93ddef025d 1.44 MB 2,107 97
654,160 654,160 000000000000000000017bce9a8de756da0d780e7483eccf22f4ab1b463b99ab 1.36 MB 1,911 126
654,159 654,159 0000000000000000000c2ce486741dda9b48d62374247654d5f93318488bfa29 1.45 MB 1,401 167
654,158 654,158 0000000000000000000cec4112e9b0baa1f22f5ae1771cc55b42d63f57737d02 1.32 MB 2,353 99
654,157 654,157 000000000000000000042c0e0bd4221622eee3d7354f9d25445183645cf7add8 1.37 MB 2,190 48
654,156 654,156 00000000000000000000d2ff1f4e1444655db74d4fd3b3f0326905fd92753210 1.36 MB 2,225 88
654,155 654,155 0000000000000000000602489fcd1274ab43d641f109c953b1157fd1b16bb8ef 1.47 MB 1,904 115
654,154 654,154 0000000000000000000469a36854f14d5c6fc31a118746cafd59ef691b8bbc8f 1.29 MB 2,245 119
654,153 654,153 0000000000000000000d2813355a7c6d4c77f9b3777dc320ec4c2b9eda735ce2 1.33 MB 2,525 140
654,152 654,152 00000000000000000005686734633559b85135fb3df2753ba78157c4d9d436b5 1.11 MB 2,680 20
654,151 654,151 00000000000000000003274963eb76074efc0ac57985643e809c677a8d0ac77e 1.29 MB 2,556 71
654,150 654,150 0000000000000000000589057827056a1e03cb7957d78851601a90791c855163 1.38 MB 2,675 90
654,149 654,149 0000000000000000000b0abd7ce19518654700385406ea1cc2e5901fcffa4a17 1.32 MB 2,440 69
654,148 654,148 0000000000000000000977c8145a8db0dcb7bbe7281c4319ecfcbbbd0bcf33da 1.10 MB 2,794 28
654,147 654,147 0000000000000000000b9a899032be8100b0f3d9665e26d32df9cec5787affe8 1.20 MB 2,665 49
654,146 654,146 00000000000000000009c43cd9304ac6b16f03d11c99738947d9c62dc24fd45a 1.39 MB 2,528 91
654,145 654,145 00000000000000000000eafc8a79c47dc9cafe6a11095d8beb408eaa0ead4047 1.22 MB 2,508 34
654,144 654,144 0000000000000000000095d19e404a169f6a1d0436b5704aefcf94cf8b381497 1.30 MB 2,663 59
654,143 654,143 00000000000000000001ccab92924de1dd7af284b286062821717693ed973388 1.36 MB 2,724 137
654,142 654,142 0000000000000000000853add684e4693e1c02debb30dc20c650a40f8276f436 1.21 MB 2,819 44
654,141 654,141 0000000000000000000c5984afbbd95c7d5ac87442c4ae3bee6d21ec3e9b2b18 1.35 MB 2,415 91
Previous 10 blocks ↓
Total Size: 769.08 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,628.28 GB sent, 93.33 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.