Memory Pool Memory Pool Refreshing

17,826 transactions
5.75 vMB
Show Random Selection Loading Transactions
Max Size: 34/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,720 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (415,309 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,410 492,410 0000000000000000004bc83416d7efa70ac60e2557ace1dffefffc0f7d766409 1.09 MB 2,555 120
492,409 492,409 0000000000000000005c5e39ae270568ba8de302d2f066f7714b65fe27464758 1.03 MB 2,205 92
492,408 492,408 0000000000000000004abddb9df3d874ec997fd6c029558621ce6d2223aa941f 1.02 MB 1,112 109
492,407 492,407 000000000000000000b6686cf0f2c2295ff9816bd692bbd5c9d48564f131a7e5 1.00 MB 1,434 111
492,406 492,406 000000000000000000aa4fc2b5ab4ff259172585c93ce5fe349920e7ea63ce00 1.05 MB 1,245 44
492,405 492,405 000000000000000000432d8263c04f6f1dd64e51a39ebccebd8e9e877f6c36a6 1.04 MB 2,419 91
492,404 492,404 00000000000000000089e1a057ce09f83fb2cff74e59c707626eda30f88ec409 1.03 MB 2,681 155
492,403 492,403 000000000000000000694851c21416296c3a83ee2b85162aa68c09d0ad65d9ae 1.02 MB 1,984 70
492,402 492,402 0000000000000000002214bcad1e3a9aa73d0ec1927db04d59983d7a464bffc8 1.02 MB 1,528 114
492,401 492,401 0000000000000000005f10dccce2d01b6179a8b4eaa8b20ebb6320128f719635 1.02 MB 1,882 101
492,400 492,400 0000000000000000005a162d170b1e950e5f17af954eb7fef008fa2638e5ccf4 1.03 MB 2,042 108
492,399 492,399 0000000000000000008664d8e083a2c2a8fee6dbeac0ba8bce6573f8fc6999ea 1.07 MB 2,294 144
492,398 492,398 0000000000000000006961316ed7d6594896a4a640270c3aa84f68e63aa9d684 1.04 MB 2,008 77
492,397 492,397 0000000000000000002c8c4a801805ebd143d1be7ecc8cbaac893f6c9172fb0f 1.04 MB 2,726 122
492,396 492,396 0000000000000000006b693f225b5713d631e68f03736572533392686130aef4 1.03 MB 2,070 183
492,395 492,395 000000000000000000165fa1737701aadfc2760afdd64563adb947f1e031c7b8 1.03 MB 1,803 165
492,394 492,394 000000000000000000799a80aaee925d69e6eb6436fdd103e664c2ce06bdec0b 1.03 MB 1,986 190
492,393 492,393 000000000000000000741c7b53598d5acf01dfc34f17ba594356201c36e27312 1.06 MB 1,868 150
492,392 492,392 00000000000000000021ac736a800faeef0fac08be824bd572eb80f415e13a5c 1.02 MB 1,384 150
492,391 492,391 0000000000000000007e3cd2ae61c0aadbbb2b116482a90f4e5294f7b92bb1c3 1.06 MB 2,757 193
492,390 492,390 0000000000000000008520ecb9963ccf17486aeb7299a6737ed0305577adb9b1 1.02 MB 2,434 150
Previous 10 blocks ↓
Total Size: 769.02 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,624.25 GB sent, 92.99 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.