Memory Pool Memory Pool Refreshing

6,205 transactions
2.05 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,766 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (402,168 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,585 505,585 0000000000000000000e4c855903fdd41e0d2276db31b3e1d609fc6849c44ff7 1.10 MB 2,067 207
505,584 505,584 00000000000000000054642002ae7dfa3d8ac4f4cd08debdc948aed2120d8b93 1.07 MB 2,915 335
505,583 505,583 0000000000000000004eaba3f89aeadeab269133425040fdd147206b240c572c 1.06 MB 2,279 321
505,582 505,582 0000000000000000000ab398448c2713f3c8dd65a490857ef6e885128f812c85 1.86 MB 863 95
505,581 505,581 00000000000000000069eef357345985c0ed74269b7fb3337dae2897f80911cf 1.63 MB 1,054 41
505,580 505,580 000000000000000000151f1dfd7f202542862596267eca8790be773fef7dd6fa 1.11 MB 2,212 237
505,579 505,579 0000000000000000000700ce44438c175e79b8e965980fc21b32c28cab5a9837 1.06 MB 2,335 331
505,578 505,578 0000000000000000001bd43c9226b82b49195a8dc467793751699cf8e4e2b634 1.00 MB 180 37
505,577 505,577 0000000000000000006f61ac1bc13a71407d5a84ac178ad9a435aab8b65e6180 1.02 MB 530 72
505,576 505,576 00000000000000000042d9cab6eaa8025cd7f5ae122a473f4199b37568256661 1.01 MB 1,870 52
505,575 505,575 0000000000000000005b6a996cd020e844772d63e89a7b97da55fc4a878ce62e 1.06 MB 2,366 252
505,574 505,574 000000000000000000667760af8370fac8b749333e84fffc5b79295c1c387fa2 1.06 MB 1,627 245
505,573 505,573 000000000000000000532dd9a2f0bd2dd544b57920573fd012d3a0b1cef4cd84 1.05 MB 2,004 239
505,572 505,572 00000000000000000065c072c11ff002aeaa4049a447ef897370c982a347a437 1.12 MB 2,198 143
505,571 505,571 0000000000000000007142b46ad7a54454ac0d7e6fcb6d6a46eead0748838add 1.06 MB 2,744 308
505,570 505,570 0000000000000000005943da03721fe216d3111ae0f15777237652fc2907a38a 1.07 MB 2,697 298
505,569 505,569 0000000000000000007d1e66cb48361725de66693eaff2150e7cea3b80b9ffc1 1.16 MB 2,312 307
505,568 505,568 000000000000000000124272d420cee860f46c6603464db528577f09873abd67 1.11 MB 2,170 237
505,567 505,567 000000000000000000337dde5f4a116231fa9b9b3ece6f8d63d671dca092dbde 1.06 MB 2,859 338
505,566 505,566 0000000000000000006b5dd2469b2e48379916480a14cb567ff78c9548d788a9 1.09 MB 1,942 194
505,565 505,565 0000000000000000005951c33ab2895476341dcc113fa0a65972994c535ceab7 1.07 MB 1,955 125
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.32 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.