Memory Pool Memory Pool Refreshing

789 transactions
18.12 vMB
Show Random Selection Loading Transactions
Max Size: 73/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,306 00000000000000000002349e0000000000000000000000000000000000000000 0.96 vMB 598 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,305 (908,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
284 284 000000006d9d200789fb91267030be9b46ba351f28090f1c0693fed96be15467 0.00 MB 1 0
283 283 000000001a6017f168bfbe3ef01807bec73ce61a72216d90381871e56bbcb386 0.00 MB 1 0
282 282 0000000025f2bb2ee58597083e13079899ecc6f2bb7e8bfd57e66b324b05d654 0.00 MB 1 0
281 281 000000007964a0e8b97bbea93e937c63d4097c42ccb4db464b1ab3047c62869c 0.00 MB 1 0
280 280 00000000b7686b0bbdcdbbc233c818e60afd3a62564ec7a672836d609b50c718 0.00 MB 1 0
279 279 00000000509137829bac76e336618e21ab34d34f23d8b73c4699854bcc557afc 0.00 MB 1 0
278 278 0000000060070572bf6b7516ab5d89dd50168ee7994d960057303e3bb838f08a 0.00 MB 1 0
277 277 00000000cc3eeb36e3db7ce323b021abad084efdc7e4de0c5a652cc74ebe2b1d 0.00 MB 1 0
276 276 00000000913eac3ab8630e663e9c9a127a810a27fcac2e19aed6864b3eb349aa 0.00 MB 1 0
275 275 00000000cb9259bda1b43bb1bc7ee46f1f04ddea0afe7ab542193b3c8761f918 0.00 MB 1 0
274 274 000000003c1432390c69b55b7797cc61d73c1c26b78eaa0d46796b1c6ccaf8c8 0.00 MB 1 0
273 273 000000009ed94f7234f1c82c7874b938dc2e3e09551eed7ae86c2295d4ac7dd0 0.00 MB 1 0
272 272 00000000d4e581b02a90ab3f2f45723aea64f341908a767c33968219b9900ef1 0.00 MB 1 0
271 271 0000000035981d26f072cea02a0cb67897b896229b1436e0009cb9c4c20a4ee9 0.00 MB 1 0
270 270 00000000c88cd451d53ba12b50e85e2c1d0381458e22813012bbd571b86f7920 0.00 MB 1 0
269 269 00000000a167a34dd8823317ccda6036d0a243161464e3e67fc01a543ce62b7f 0.00 MB 1 0
268 268 00000000f4226696e8eec65149a5d7bedc22200e0b9526b1bf6ba7ee5e66d126 0.00 MB 1 0
267 267 0000000007e162784d52a035bfebf67d0b73813c09e2e23e6710fa237b301f0f 0.00 MB 1 0
266 266 0000000054de543828fb973ecf9302291426f1e99189b03c97f618f79eebf4b3 0.00 MB 1 0
265 265 000000001cd3ea335cdf6fbffe7fa954f761d16ff19893f04465916a3f5f5dc3 0.00 MB 1 0
264 264 00000000641f9b99064bda263144a08761757b566357f49e95f516b0b5a4b778 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.91 GB sent, 98.52 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.