Memory Pool Memory Pool Refreshing

1,696 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,696 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (18,559 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,235 889,235 00000000000000000000e0767b0c3848dbb0b717b7c9df86fd5658dc1f9cf984 1.74 MB 3,343 6
889,234 889,234 0000000000000000000042f99b7bd0ed998ddb7553eafd9b86cb64784b463db0 1.83 MB 3,273 4
889,233 889,233 00000000000000000001f1b04b468387c6dc4895672c070ffb737f4c75764dfb 1.67 MB 3,683 6
889,232 889,232 00000000000000000000ed2aa8bf3d2bae8c6b8e142dfac2404b69dd670a7128 1.66 MB 3,302 4
889,231 889,231 000000000000000000001acd5e64ebb65544070cd8b2bb23feeb63a00ff024cb 1.70 MB 2,783 3
889,230 889,230 0000000000000000000123fc1586183154ae103a2a9307faccdf351a6f4856fb 1.42 MB 2,171 2
889,229 889,229 000000000000000000013d0c252f68cb99bb33b46f828b08f3da1a5a01365634 1.63 MB 3,496 5
889,228 889,228 00000000000000000000a7a4fbb08cb5218a3f3e2a48219a53c607dc8d9ef8dc 1.78 MB 4,176 2
889,227 889,227 0000000000000000000242c97fa412120265fbac7d565e652a4afa6cf51e5bd7 1.66 MB 2,792 3
889,226 889,226 0000000000000000000174b7379aae1aac5dd6a1a2aa3b5ccd3362e6f7032d51 1.58 MB 2,904 3
889,225 889,225 0000000000000000000189c0e3728dc6aa0e19fbeb3cdab50d55a78e2518e38d 1.59 MB 3,125 3
889,224 889,224 000000000000000000020a8c139d3f39f98c220039f55ac2dfba5cb47cbb8aa0 1.80 MB 5,006 1
889,223 889,223 0000000000000000000069c3dc5c98e89041d1cbddf81b0210e2d4e064c6b763 1.55 MB 2,605 3
889,222 889,222 000000000000000000017bcc967d348c3e19ec87821a62e44621d626bf6704b1 1.62 MB 3,265 3
889,221 889,221 00000000000000000001ad82e51e658d723b0d41f776bad241d7b4e119c256dc 1.82 MB 4,836 2
889,220 889,220 00000000000000000001a8ee77489fd8e7e54a3f19fd94c9e92586e2d8bff30a 1.78 MB 4,032 2
889,219 889,219 000000000000000000015182dd928bb60b0408dad8da4bb91db9cb90b5249829 1.66 MB 4,064 3
889,218 889,218 00000000000000000001b4b3f53f628b581c52fea3a4b7bc7ea7a8bce94c5f0f 1.51 MB 2,723 2
889,217 889,217 00000000000000000002420701ccba5cd18a2b748f6a729b9f1544323e8e4912 1.47 MB 2,069 3
889,216 889,216 000000000000000000016eac71b3bb219fd249458e897914308560cf65ad10b7 1.87 MB 3,847 2
889,215 889,215 0000000000000000000128d328905e0cd3a399051c13a96837a55f2eb5ece195 1.53 MB 1,189 2
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.68 GB sent, 93.66 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.