Memory Pool Memory Pool Refreshing

4,063 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,819 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,364 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,818 (58,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
849,447 849,447 0000000000000000000077ce24e3376daa836cd3829ece98aa2fa1294f6ca372 1.68 MB 2,444 18
849,446 849,446 00000000000000000001d98a70c40d3255d42620feb5e31815af94a5f6709c1e 1.85 MB 2,322 19
849,445 849,445 0000000000000000000277117c5b094ed42ac93135b7198764df3e83376b5752 1.77 MB 3,219 21
849,444 849,444 00000000000000000002dd4c2be4800515f240004ae8976e21f770d88db15628 1.68 MB 3,297 25
849,443 849,443 000000000000000000001f51dc7f7785f031c69ab7aa69e2450c372e40d7c3ad 1.94 MB 1,496 24
849,442 849,442 000000000000000000018e9c24c4d8d602047954f46ec1928fb46bf574ea38f3 1.77 MB 2,263 27
849,441 849,441 000000000000000000028bbb2353191904f9f05b2345c2f914a592d89e295240 2.01 MB 1,087 25
849,440 849,440 0000000000000000000071750d16c0a37f0563c3f420da75aa32e732034904e3 1.60 MB 3,139 8
849,439 849,439 0000000000000000000235f99f33e47701eba80efa1d3e985d3be6ee869685ad 1.64 MB 2,927 18
849,438 849,438 00000000000000000001117d9dc6cc9d95831a7f9c18862f2cf1d542576abcf3 1.72 MB 1,438 11
849,437 849,437 00000000000000000002e11e46e7986151196b45d6f355e2fdefbd62ee634abe 1.72 MB 2,422 9
849,436 849,436 00000000000000000000bc462eb5b0fd4050945020888b6df3a38cae62216054 1.62 MB 2,965 13
849,435 849,435 0000000000000000000321884baab22dd0830d5960ff864e76ec4f48c0fb0606 1.50 MB 3,242 16
849,434 849,434 000000000000000000009c7110e96cf464ba0c093714d7c19b80856b18f7ccba 1.54 MB 5,291 24
849,433 849,433 000000000000000000016acff7a65b5098ddbf86a5b10712c063abed4cbe136d 1.46 MB 6,024 31
849,432 849,432 00000000000000000003047eb421b20090d12657779342309e0cfa15864b0081 1.48 MB 3,022 14
849,431 849,431 000000000000000000023c93dd3ca2ec21c5bead909e2c8bcd969f2c0c5e959b 1.56 MB 5,766 17
849,430 849,430 00000000000000000002dc049e8537a23677416ecb8047fb653f821f9c2b0e46 1.56 MB 5,428 22
849,429 849,429 000000000000000000011e7be6e843b9fc656cc14050530a7ee574b253b6ed68 1.53 MB 4,844 23
849,428 849,428 000000000000000000006984d42308c03360d05039602e2f01213ac19dfa35a8 1.58 MB 4,545 19
849,427 849,427 000000000000000000018d0d2926b186d2694c6deadb14ce70735eef1b54293a 1.49 MB 5,474 24
Previous 10 blocks ↓
Total Size: 769.20 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,633.87 GB sent, 93.93 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.