Memory Pool Memory Pool Refreshing

18,582 transactions
5.95 vMB
Show Random Selection Loading Transactions
Max Size: 35/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,335 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (401,638 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
506,081 506,081 0000000000000000002d6cca6761c99b3c2e936f9a0e304b7c7651a993f461de 1.17 MB 926 45
506,080 506,080 000000000000000000456fb9797d9ffc7cb6e021a68da6683ba98ff9c22ab891 1.04 MB 2,118 109
506,079 506,079 000000000000000000675cbd2731e584fe2ccf28bf2ad3f50bb7204527ada29e 1.08 MB 2,617 232
506,078 506,078 00000000000000000051a91aa9dec06fd6ff95c12aa01e8e6dea5f799f3eab9e 1.06 MB 2,018 182
506,077 506,077 00000000000000000055428f54ee28f113ad3849f278e107637af911f4e866b7 1.06 MB 1,863 176
506,076 506,076 0000000000000000003d1d68c41d7238167de75f6da4c143c6a6fbcefd956a4d 1.04 MB 1,809 102
506,075 506,075 0000000000000000001b0935a8610485c03251459e28f490907510af8f215b8a 1.18 MB 2,293 196
506,074 506,074 000000000000000000629b7b144819d99ca126a154250b6d8825bbe2fd117483 1.06 MB 2,679 295
506,073 506,073 000000000000000000386fc11d94458a5aa1db178a4659823137e5be4cda4469 1.12 MB 2,589 231
506,072 506,072 0000000000000000003c9262e64e1ccce7b1324f04ea8000f8ba955ea2da28ab 1.34 MB 2,239 309
506,071 506,071 0000000000000000000afc5ef3aff5fc6b6d832409f03630f6a6d22f942bda2d 1.00 MB 1,201 58
506,070 506,070 0000000000000000002dcbd0248d9e9d3d37a60d046d9e5926e42ec43b60c317 1.05 MB 2,061 179
506,069 506,069 0000000000000000000be2d07ede5bea1c3a641ae8906e60a732b966f9d6b780 1.11 MB 1,841 134
506,068 506,068 00000000000000000023fe1ff94fb0d9b0b380f1f82c86b1874e0dc49c3e04d5 1.06 MB 2,784 281
506,067 506,067 0000000000000000005214481d2d96f898e3d5416e43359c145944a909d242e0 1.08 MB 1,335 87
506,066 506,066 00000000000000000044eae31ce519ba74e715d8801154a36dbd6617dbdfa087 1.06 MB 1,944 227
506,065 506,065 00000000000000000030c71ce3f61edb3fb5dc75f317118072fe4953c3a266d1 1.18 MB 1,652 79
506,064 506,064 0000000000000000005c509b940e6f6fb0c7fc4d520687f71c1a39de776ef5a4 1.05 MB 1,777 121
506,063 506,063 00000000000000000011366cd27d5f5b6f06d79236da32cd7a70ac0753fbc0b1 1.05 MB 2,134 181
506,062 506,062 00000000000000000001d391692287c8fd76fd48c990311d0214aa36cbd95718 1.08 MB 1,252 116
506,061 506,061 0000000000000000005ca086c1af66a12ecf5df5591b738687968dd61c341e93 1.10 MB 2,244 238
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, 113 incoming
  • Data Transfer: 1,624.37 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.