Memory Pool Memory Pool Refreshing

3,935 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,796 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,254 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,795 (558,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
349,064 349,064 000000000000000003cfdfca97957fed19e9d171178d76f2a9caf213d9edb1f5 0.15 MB 318 26
349,063 349,063 0000000000000000055ba83087e0e2239c13b9368d3430208800536a32f10961 0.06 MB 8 1
349,062 349,062 00000000000000000545ab2bc494d42c2167275800f4f04502b665f0542ad356 0.11 MB 74 10
349,061 349,061 00000000000000000462dadd6a115f1e0c010d4511e8156a47d395405e6ed380 0.13 MB 299 32
349,060 349,060 00000000000000000400d9582bab30043c7f582892f234fedf7cc5cea88107af 0.19 MB 343 26
349,059 349,059 00000000000000000433f3aa43e05c50c8e44f55cc2b9883d67d9f8631291b7f 0.10 MB 219 29
349,058 349,058 000000000000000004992272a1965946fe641de6bf9b2ffdb23656337ef579e4 0.47 MB 925 28
349,057 349,057 000000000000000000481cd91a9d8a19ac492d1ea5faaa629350a19fb1a480a4 0.21 MB 382 25
349,056 349,056 00000000000000000ba7b0bc9b84ea8998a2efb41025576d1dbbdbcf43f54a16 0.32 MB 512 19
349,055 349,055 0000000000000000101883134400b6a56b49e99e79f87580f99b263e85553ba1 0.75 MB 1,738 32
349,054 349,054 000000000000000011e91d5176e2bbe28facdd33d65941ac506cdbb26a36a5aa 0.00 MB 1 0
349,053 349,053 00000000000000000041db39afced7f8ad8a5df606d836c76eb0b7871c4b21d4 0.46 MB 978 28
349,052 349,052 00000000000000000d7a2ec62191ed40e30a857256abace415032eeebe756c54 0.39 MB 789 30
349,051 349,051 0000000000000000155dd02968082b176efeef211767d961d156c5b008a6cf5e 0.06 MB 124 22
349,050 349,050 000000000000000009575c47bc59f86be1329e5c961a0d3a374b93ffbc5062e5 0.26 MB 504 27
349,049 349,049 0000000000000000100c93aad0911f9893e59dcdf30483256514154187f00dc7 0.72 MB 1,551 29
349,048 349,048 00000000000000001358f7dfe1232b97bbb54556358b8b7c6d9c06a7d89dd4e5 0.15 MB 219 18
349,047 349,047 0000000000000000019371468ab91159af089125328540aec9f1d1733a70a521 0.35 MB 587 26
349,046 349,046 00000000000000000748c247bbe821f689be09d02da6311ca2652ecf4c577455 0.29 MB 601 29
349,045 349,045 00000000000000000d0e9b32fe06525c728e2c644a85ce1c0c4cbefe36cb1451 0.17 MB 319 23
349,044 349,044 000000000000000010d9dd6194d5df42befb793660df5d50c17c0fd193b932c0 0.33 MB 651 23
Previous 10 blocks ↓
Total Size: 769.16 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,632.71 GB sent, 93.68 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.