Memory Pool Memory Pool Refreshing

7,293 transactions
2.27 vMB
Show Random Selection Loading Transactions
Max Size: 13/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 1.00 vMB 3,681 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (417,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
490,527 490,527 000000000000000000361e4434170b5b3f0f10982be9e75207be7254cd25c84a 1.17 MB 2,799 148
490,526 490,526 000000000000000000cfad1dbb5ab8364b478931a4b7c6fce529ccaeb06147c0 1.00 MB 2,374 161
490,525 490,525 000000000000000000a7d9e9aade4a528708e95554ae90470624cffac88d57b5 1.04 MB 1,996 184
490,524 490,524 000000000000000000744e20644e78e3d9d4b33acd84d2e8921f8bc190a6abca 1.12 MB 2,400 126
490,523 490,523 0000000000000000007c08d02f9446ec396f36ca4185aceec63fdf1ff237420d 1.00 MB 1,818 175
490,522 490,522 0000000000000000003d9353bfa4d2eee72fbdd90a57c040e49985f44679a1c6 1.16 MB 2,531 130
490,521 490,521 0000000000000000004502aa082f2be7b793c527870ae4896a4321d7331ed2dd 1.06 MB 3,074 147
490,520 490,520 0000000000000000007cbea3101b97c9229277794bd1c640795a1ec124108d89 1.07 MB 2,310 152
490,519 490,519 0000000000000000006fa69aa838d8631771a8302a85e3ae0c4d81da59c714c1 1.09 MB 2,760 169
490,518 490,518 000000000000000000878235c9e36ba8cbedc3c1ea8e3b5f477026fbb455c325 1.09 MB 2,303 190
490,517 490,517 0000000000000000004c9d17a0988e9822b968db80e87c55cf95b2ee6ae8b129 1.07 MB 2,717 189
490,516 490,516 000000000000000000789f63bc849ce62cbacb2557ddac7edb7c1fa40193b2e2 1.04 MB 1,748 209
490,515 490,515 0000000000000000003a23912cd8fa8538d102cd464dd63d9fbfd0e7eee9487e 1.19 MB 2,277 109
490,514 490,514 0000000000000000008a846aba8a6a1bd7fa00868dab9709c47812f836f85661 1.00 MB 2,382 132
490,513 490,513 000000000000000000e9d99ddd53b98b1bab446d342f374d791766bc932df505 1.10 MB 2,718 132
490,512 490,512 000000000000000000bbd4cead0381f3915897323bcf55ecbbc9332552b48ad0 1.04 MB 1,824 164
490,511 490,511 0000000000000000001c1cec2cf47a5865d4f74e8c9086b0ebc020b060480cb9 1.00 MB 2,378 187
490,510 490,510 0000000000000000001077b484ed0659e5992371c12a70cc6ffe815a74b8ee38 1.07 MB 2,600 218
490,509 490,509 000000000000000000cd74d3024470a4e206096e3a6ce5091bcfae787d5d32df 1.04 MB 2,505 169
490,508 490,508 00000000000000000015f39dc431063116da90677b54d7b123f74a01392f9b08 1.10 MB 2,725 139
490,507 490,507 00000000000000000048673da78fce4701f517b60ebe6f8b5b2760535d5d75e9 1.06 MB 2,678 257
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,635.61 GB sent, 94.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.