Memory Pool Memory Pool Refreshing

558 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,760 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 538 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,759 (179,238 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
728,521 728,521 00000000000000000009cc728ab8b8307803091b560c28fce7c3570663784c4f 1.50 MB 2,754 22
728,520 728,520 00000000000000000008005faa8030b84bf18c3b5c5f7c0cfa879da46a6a75ec 1.42 MB 2,931 26
728,519 728,519 000000000000000000035539deb5bd6aed8bef00fbb4d4cea89940dcc6caf95d 1.29 MB 1,612 8
728,518 728,518 000000000000000000012300fdc4da23c3543ab5b1afedcecf5088ef1be47e1d 0.09 MB 118 11
728,517 728,517 0000000000000000000460ccf1af2f9177169276006863e5906c6497fba2bc47 1.48 MB 2,539 8
728,516 728,516 00000000000000000008f881079254ac6b4d9dbb75619af1b84892fee2116301 1.45 MB 2,687 12
728,515 728,515 000000000000000000040cc9dbd1427431d18ea7d8572ff73cb654c203420548 0.28 MB 432 9
728,514 728,514 000000000000000000080d1efa706f5bc374aabf4ba9ace52135555f27c962ee 0.42 MB 742 7
728,513 728,513 000000000000000000055cb448c37387382b9ad84f22fa199e3870d2f5048db9 0.55 MB 741 5
728,512 728,512 00000000000000000000bd8bcb350bc9e1fa6c24eb790d2e88bd1946199dd9f3 1.58 MB 2,839 7
728,511 728,511 0000000000000000000731191bc02baafc5a464adab979332ecd1730d04b5193 1.58 MB 2,706 8
728,510 728,510 000000000000000000033a62392239084526fa1f19c4f166136d4804967438d9 1.56 MB 3,351 4
728,509 728,509 000000000000000000074a68229c48fd329974ea41c0c99b01656a2d4d647b7a 1.55 MB 3,186 12
728,508 728,508 00000000000000000004b400efd99394aef7f26c42162455cd4ff95fcab4ea20 1.38 MB 1,875 9
728,507 728,507 00000000000000000000d501bf3f56f8e74f6414f7bf809979c2d6ed9a76cd25 1.38 MB 1,950 8
728,506 728,506 0000000000000000000698e44f02a43a0e303fa60b456acbed3136d2b4415a63 0.80 MB 474 3
728,505 728,505 000000000000000000010683a0a46ca856050e16017caf7ed3fbd4b04308266d 1.58 MB 3,012 7
728,504 728,504 00000000000000000002b4e2da7be106567089a5edfc6767b15ae42b2fc4b25a 0.00 MB 1 0
728,503 728,503 00000000000000000009e5bfb6a639f4bc511b476cc8e587782edf9992fe8d8d 1.49 MB 3,114 11
728,502 728,502 000000000000000000096176d8bc095b425f13d23e08c1962e5f668ceeef3bc9 0.18 MB 422 8
728,501 728,501 0000000000000000000794daf9d2476a5fb0a02338e11c170f054728e817b108 0.03 MB 74 10
Previous 10 blocks ↓
Total Size: 769.09 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,628.38 GB sent, 93.36 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.