Memory Pool Memory Pool Refreshing

9,570 transactions
2.98 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,866 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,853 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,865 (249,489 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
658,376 658,376 0000000000000000000104eb21fd5317965f4deb7df558947009bbce0a2f1005 1.22 MB 2,706 63
658,375 658,375 00000000000000000003516023c565370775716312e3e834ea907a930ae07d32 1.23 MB 3,064 50
658,374 658,374 00000000000000000006e06904842b166f1950462bdb4e17cf028803c3e62c5d 1.43 MB 3,198 54
658,373 658,373 0000000000000000000f1cf5614ca1b150d347608d5e682e5bcc3fb81f55af95 1.39 MB 2,889 83
658,372 658,372 000000000000000000023a39575b73e6b7e649ce8fe2a6f7bdcf60eeb52d2429 1.36 MB 2,908 82
658,371 658,371 00000000000000000007be354363957ff7da2474d18b89a4af52f58d2344c8e3 1.15 MB 1,496 39
658,370 658,370 00000000000000000001882cf8379c5cd3d06161253d9708909198b59c502776 1.25 MB 1,340 34
658,369 658,369 00000000000000000009867bc85c03577d4517c7c0eb1f641eb3d1dd0f807aaa 1.41 MB 2,084 39
658,368 658,368 00000000000000000008671e7ac22e1def3941202804e2bff3ccd6ec5a44477c 1.32 MB 2,480 54
658,367 658,367 000000000000000000005e168c1f8f3ce76f62b0fd8989d447d0b49c4f2e37ec 1.16 MB 1,544 44
658,366 658,366 0000000000000000000120748c26c2f2c6c261664947109871501b37d9135355 1.28 MB 3,115 48
658,365 658,365 0000000000000000000506266d00fa7c21039d0f76173eec56e3b7d0d31b3d9e 1.24 MB 2,932 57
658,364 658,364 0000000000000000000c33b581689ae0a91736c3df90a7bad120c00e148e9b42 1.26 MB 2,495 51
658,363 658,363 0000000000000000000cca3c38171bbbbba38ecd0cd36fb134d84ae16d7af006 1.34 MB 2,906 74
658,362 658,362 0000000000000000000b93757bd20354350ecbc995e694edddc10be352ad2b85 1.34 MB 2,879 42
658,361 658,361 000000000000000000084f20ebb4fc48d019851ad002ef16a0d52979ddaf6052 1.26 MB 2,928 44
658,360 658,360 0000000000000000000d56b5eb8d0262eb8387b4afc6d149c123f6087d164b19 1.42 MB 2,875 68
658,359 658,359 0000000000000000000fb028570ec0eca3e8ff65d0b628fa5702237d2dd2b193 1.31 MB 3,046 74
658,358 658,358 0000000000000000000d7f1c72b281ccc800c2ce87ad5935e84334e7106bcf68 1.23 MB 3,109 49
658,357 658,357 00000000000000000002365212b30557ba42ddde71f9b7b83416a5010ad310e5 1.36 MB 2,603 48
658,356 658,356 000000000000000000078ee9f2312d3734b92179279cc6df084571779e0d57af 1.37 MB 2,838 68
Previous 10 blocks ↓
Total Size: 769.29 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,642.53 GB sent, 94.39 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.