Memory Pool Memory Pool Refreshing

5,859 transactions
2.07 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,868 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,446 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,867 (158,335 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
749,532 749,532 00000000000000000005e5314428ba4cd9714dd17d703844c45c5f04715a0485 0.51 MB 656 6
749,531 749,531 00000000000000000002456da00eec97430c03f212dd6173470e554ac974449d 1.67 MB 1,367 5
749,530 749,530 0000000000000000000208cd897290eb2525f1213d08cba4760ed23a9b511ad0 1.47 MB 1,018 2
749,529 749,529 000000000000000000019be2238d4fb4cb14a232c82658ec8fd4318220d7f584 1.34 MB 1,560 6
749,528 749,528 00000000000000000006f167c49a645cc07500def9fc57296c204960748dc58b 1.20 MB 1,251 9
749,527 749,527 000000000000000000044469cc7e50bf48c438f4603451dc455e4c6631d402fe 0.27 MB 607 7
749,526 749,526 00000000000000000004a15145b3565ae0baa00a1e4bc76d2cf7b6f38df6d8f6 0.01 MB 28 8
749,525 749,525 0000000000000000000974d9ad7f4d32c778c9797b2d176aebae4a6def138486 0.70 MB 1,262 8
749,524 749,524 00000000000000000001301cecac35acc33b88966421f52b641238971cfc3466 0.92 MB 1,756 8
749,523 749,523 000000000000000000005e0522943abaee6553dc99790d13bfd5cf5bfc4d0c24 1.46 MB 2,159 2
749,522 749,522 000000000000000000081d51dd03dc73a13b6da01a6f7d2e239a4436a05a5cd2 1.51 MB 2,925 14
749,521 749,521 000000000000000000043e17ebc873da4786cea1e46581f17b847f8b1ce68122 0.69 MB 1,364 9
749,520 749,520 000000000000000000045f60a40afe3b99cf4025e4255b222ec422726f85160e 0.40 MB 224 2
749,519 749,519 00000000000000000004941599e935adc17b878cd2684e6431755757201df159 1.58 MB 2,933 14
749,518 749,518 000000000000000000072d02d4e88da8d6b4f5a95ad086fceaab60aac4b41746 1.53 MB 2,409 7
749,517 749,517 0000000000000000000384dfd254867d539e13a2108545014517086e20480390 1.51 MB 2,127 3
749,516 749,516 00000000000000000009e2976c273f5b0b8bddecef82cb85d61b87f68e08911e 1.61 MB 1,578 6
749,515 749,515 00000000000000000000bcdcc7fe195e6e7a1f1123ffd335b54a961f95bd4afa 1.17 MB 1,112 5
749,514 749,514 00000000000000000003c06d4d35c5fa17e54f1d19cabe527eeea6324c4840aa 1.37 MB 2,003 15
749,513 749,513 000000000000000000035da67ebfb8dca08e336f4b00c898b2a0f94a4d66e672 0.22 MB 296 9
749,512 749,512 000000000000000000035bafa52ce3e0437d3eff8353c422110ae35e31604b2d 1.42 MB 1,586 3
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.56 GB sent, 94.40 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.