Memory Pool Memory Pool Refreshing

19,671 transactions
6.31 vMB
Show Random Selection Loading Transactions
Max Size: 37/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,617 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,719 (557,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
350,346 350,346 00000000000000001266872f2f774e99cc95db654ca3ec0ec6329ac521609392 0.26 MB 486 29
350,345 350,345 000000000000000014f110ebbb5ed92b0ca09cb22569bb2a255fbd359606a181 0.04 MB 57 6
350,344 350,344 000000000000000002df8cf4d84e9fae3e0837eeeb42f9d43db9061d263b37d0 0.38 MB 723 23
350,343 350,343 0000000000000000089aa974d4fbb9eafa65f62c1d7f6cff67fa5840890e00fe 0.80 MB 1,350 21
350,342 350,342 00000000000000000fba3dfc3d005d25d81a0c0252754aec36b5a361ece0c844 0.07 MB 256 45
350,341 350,341 0000000000000000049b50a9e9400fcd798b94472a21a3c71789265408a6601d 0.32 MB 530 26
350,340 350,340 000000000000000005f48d8d1acdc324b7bde1322f1d48d2b525f0d410fc097e 0.62 MB 985 21
350,339 350,339 000000000000000009edf4a1bf6f3c4e61de109e3c4b59ec91e907a19636d79a 0.05 MB 100 18
350,338 350,338 000000000000000015045c5d8526bab12c8cb25e27a14dc35dabc51423d2f492 0.56 MB 917 19
350,337 350,337 00000000000000001130994b310fa43733c05d6415f865c2f947fba7460f2608 0.25 MB 258 25
350,336 350,336 000000000000000012473867cb7f131c848b841b5cba7bc3b7e721cf7074f6c3 0.75 MB 1,533 29
350,335 350,335 00000000000000000f4548073d42cb1c1aabb82eba0c152b43785b69317055f1 0.37 MB 624 24
350,334 350,334 000000000000000008fdc11e8a1302d4c0b01a31f79fca49eec88a63ab5ca637 0.43 MB 887 27
350,333 350,333 0000000000000000107bf9d6598154012db80d8a15007b18640e8fb99f3bc03b 0.45 MB 946 24
350,332 350,332 00000000000000001024f2a5e903fc8cb7d091ac5e34e0ec629d85a12f638012 0.28 MB 520 24
350,331 350,331 000000000000000015240321750d9a55aabf6926004a99b995421a5cef471feb 0.24 MB 437 27
350,330 350,330 000000000000000002be5e7204ceaf6d129633b7f9e1fc22f0529aae0cd7d984 0.24 MB 453 26
350,329 350,329 000000000000000004d938f5e656e5cf3b6a5f219e8a8c64ca330c4362e2200a 0.14 MB 295 28
350,328 350,328 000000000000000003e8a95fd2d970a6e25fb23bfa9070cd4d8b36cc5c86c04d 0.23 MB 414 25
350,327 350,327 00000000000000000079a73e4887ada81b3aaa38a9eab93c2881895bf44bcc85 0.04 MB 72 16
350,326 350,326 00000000000000000f00d4be4be448ad8b774195918b599b28951c6b331ebd4f 0.34 MB 517 20
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.52 GB sent, 93.00 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.