Memory Pool Memory Pool Refreshing

5,269 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,782 (681,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
226,361 226,361 00000000000002b500dfaa7ccbc3d03be447380d3864aabca15e72404cc161a7 0.03 MB 24 102
226,360 226,360 0000000000000341ddfb77204366e146fa3d656b077eada2462ae305f0430cbc 0.04 MB 120 233
226,359 226,359 0000000000000060b342215cb5347de9d242d92d0a98a1c9bc06f8df3dc83118 0.14 MB 301 174
226,358 226,358 00000000000003055ff599a829cbc5fc5a9cdeab687f48b7d9d02d79a1c75e14 0.16 MB 256 62
226,357 226,357 000000000000033f3db8cc341afa4060ccef1882b7c8307972a34d715ed36cfa 0.10 MB 174 138
226,356 226,356 000000000000005cdfd5a52516e5dcf3ce0afdd6a0dcb269802f69f4bbcad142 0.00 MB 11 150
226,355 226,355 000000000000013fec9e5040a81defd10c7bc4efc095f3a5e802588a010f8dc8 0.03 MB 92 223
226,354 226,354 000000000000006fecfa8bba736c7cb20fa798308058ee8f13a71709948440e5 0.04 MB 110 154
226,353 226,353 00000000000002a102e26567115fa0fe5ed18c7f467407da98447084083e9c31 0.04 MB 95 141
226,352 226,352 0000000000000055f2b828739622da6a3d7dfb1b430d437daff49ddab4e52138 0.18 MB 177 95
226,351 226,351 000000000000030725b47fb69f70a3ca634d50aa0f8de7d9b056efd80d119c03 0.05 MB 116 196
226,350 226,350 0000000000000285ca1e4b4e6ff4286e901c3d7e58b2db7ed0d4e315d1c03f29 0.06 MB 126 144
226,349 226,349 00000000000001b49a0100959fa2689faef7d2090764b3262a1efffa1fff8ea7 0.05 MB 102 152
226,348 226,348 0000000000000331181315ac16de30fd02ffb9d31708879888f98a4b94316cdd 0.05 MB 120 140
226,347 226,347 000000000000024bd9862baa0b63d6e43ceac4c986424adb9648c86ea8945007 0.04 MB 104 177
226,346 226,346 00000000000003320da8db3362309627dc1e60d47a7f5a1cecf46afddfa0bb57 0.07 MB 151 159
226,345 226,345 0000000000000374626cfd77fa4ed423c47de104572a75f6cd80798ea5635d03 0.00 MB 8 313
226,344 226,344 000000000000019fa9962d2451ac21cb4a1e766d117e96267fe49ad5958745e1 0.19 MB 256 53
226,343 226,343 000000000000033e6d66b3ca7fdc63892d0821023ccfd50f649069b92eca8569 0.09 MB 244 183
226,342 226,342 00000000000001013a416135e007c903937f7b5e977f89a343575b48c271d502 0.01 MB 48 27
226,341 226,341 000000000000009d5e99ae7114f44c2d0dab5c6f7bcbbf52d03f401edf46e2fc 0.05 MB 60 85
Previous 10 blocks ↓
Total Size: 769.13 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,631.77 GB sent, 93.57 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.