Memory Pool Memory Pool Refreshing

10,072 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,145 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (581,005 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
326,859 326,859 0000000000000000035302365cc808d0763aee00615ea1a42ed9fd209eebb3c9 0.11 MB 135 18
326,858 326,858 000000000000000013253e5aaeefc9c839b4827e7b0e0676bc4256aa5a559049 0.31 MB 239 12
326,857 326,857 00000000000000000e10d5f4a86209aed993d49c484df91d004960945b5c964c 0.10 MB 205 26
326,856 326,856 00000000000000000b5c927381888a33fff311ff1c2d5ade98307d7535a4c015 0.02 MB 23 11
326,855 326,855 0000000000000000166028d79e2c13ee89073f43e403c0b08eae21016cfeb8e4 0.19 MB 299 27
326,854 326,854 0000000000000000005a136dccc764c5b55647267c2be864031e547791e42e57 0.05 MB 104 4
326,853 326,853 0000000000000000069dba7dd9058e7ec983368533a6e71b169f28f7f3bbe48e 0.60 MB 546 18
326,852 326,852 00000000000000001a9ae19c57583e58ee2c1d557aaae7627ba3be99b4cd5056 1.00 MB 1,748 27
326,851 326,851 000000000000000004e8ce62888b0d665e7522d6c8377908e0394dad3090a33e 0.33 MB 1,024 48
326,850 326,850 00000000000000000f1c05f5c7b74f7bd7c1e4ec29f8469490942f50af1dac56 0.35 MB 984 41
326,849 326,849 00000000000000001e4a761b4acae97124a409f9ad6207b01231d3a79e0dc585 0.59 MB 1,132 30
326,848 326,848 000000000000000000b97ef8b53be8efef6ee9f95e0ffbda9f9e1640641b97aa 0.35 MB 712 29
326,847 326,847 00000000000000001987c0152acb582731f3b80bf2c60d181d1cb6e4763790c0 0.21 MB 454 30
326,846 326,846 0000000000000000019295c7d14d9fe4157d15a5ae52be564b9619a129564ca9 0.01 MB 32 29
326,845 326,845 000000000000000006686156d4599fbbd3b4d5402212c328b6b4bf6a4bbb7fe9 0.14 MB 249 32
326,844 326,844 000000000000000017094c57d16c6277a23770f3be3bcd7ed59c8349c9690211 0.12 MB 196 24
326,843 326,843 000000000000000013e8d35986886da2f257fd649686107e400b6d6bfa93d313 0.45 MB 874 29
326,842 326,842 00000000000000001210cded4cb03f7fa083357c5a2972233b6eb2f3d4979b5a 0.10 MB 212 28
326,841 326,841 00000000000000000a982757429bbf3a8790ecfb3acc717269b06209b4af8902 0.25 MB 516 30
326,840 326,840 000000000000000012aed228e5a9ed589139c1022b3bbd1416489cd152e9e0ca 0.38 MB 695 31
326,839 326,839 0000000000000000181ab4a9a338cb1df69b137a73176628869be0c452cfce66 0.10 MB 170 26
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.38 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.