Memory Pool Memory Pool Refreshing

1,570 transactions
0.70 vMB
Show Random Selection Loading Transactions
Max Size: 4/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
908,004 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 1,551 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,003 (891,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,344 16,344 00000000db125190ab170c856d590ab9ba6bb561207e518d2670cdf8ba50e5b4 0.00 MB 1 0
16,343 16,343 0000000018cc858dd84c83e287098572301c175c6568a0e1cea6462e5f9f6a26 0.00 MB 1 0
16,342 16,342 0000000088c5f1dcc3e99d923d9cc69568bb00624e4d055bc665fefce41dfa48 0.00 MB 1 0
16,341 16,341 00000000215cebeee9db50f8b5992659080ba88a57c001f748f74a2ad4a56360 0.00 MB 1 0
16,340 16,340 00000000522626f9858bff13d82cfca3f088f3d39aaf661dfe1c6616bb878a8a 0.00 MB 1 0
16,339 16,339 00000000347f39c3838ea5669f6b699c28005ff56ecfbaf43b3af3571a9ce0c1 0.00 MB 1 0
16,338 16,338 00000000b6b23f37dbd2ebacbeefc25ec0473e0157cb9ec9706e39aee1568522 0.00 MB 1 0
16,337 16,337 00000000451d0c60bcbbf237c4f7dedf76bacd7ccfda97288bdaa63ca499e123 0.00 MB 1 0
16,336 16,336 00000000b094764d40c5321a93826115884c56a7b0030874ef761ded8a6da648 0.00 MB 1 0
16,335 16,335 00000000da1d54801b2b472dfa648177987867638ebf790c1463741c42a0ae5b 0.00 MB 1 0
16,334 16,334 00000000728a02aae0e14279ec3315a078e8ee30400439955dc4b61a7dd36810 0.00 MB 1 0
16,333 16,333 00000000ff30a0d96833693f515cc9b409dee1b072397c0f5989148407bcde65 0.00 MB 1 0
16,332 16,332 000000007862ee36c53ad873e79fb997ede2cdec6f75a68a6cfc616630fdb55a 0.00 MB 1 0
16,331 16,331 0000000063c0cd3cbedd7751cba8361df3f946becf850b14380b6401fd8196aa 0.00 MB 1 0
16,330 16,330 00000000bcb602f960dc82be38abed8b48cee023415ab5dd7f14df10a0d11efe 0.00 MB 1 0
16,329 16,329 00000000a548766634940870c0adc86031bbe6d578275e591abf3728a51fbe74 0.00 MB 1 0
16,328 16,328 00000000ea8b814bf766976f40cc14f676c82f4d6557db20c4c5906ed75a3dd6 0.00 MB 1 0
16,327 16,327 0000000041e47442ee9c8883416afe403542466c376a2e00f2607a2bb127e18e 0.00 MB 1 0
16,326 16,326 00000000cef8000c0f13ab4cff69b5485a5169ccfe174c747c5e2fc9fc38ceec 0.00 MB 1 0
16,325 16,325 00000000644239cb408ec2dc81289a761ac0e77e100a681410bb39731fb33264 0.00 MB 1 0
16,324 16,324 0000000046d5d7744f3fd416157502b0827211052836baa3a4a8c93350729ad0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.55 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,648.94 GB sent, 95.69 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.