Memory Pool Memory Pool Refreshing

12,184 transactions
4.15 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,071 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (559,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
348,394 348,394 000000000000000001fe4d16a1b208e5116ae223f8e28ac7f90718741c0b266e 0.00 MB 1 0
348,393 348,393 00000000000000000cea891929d94f188fa5945f815b151a360593f4087c931c 0.12 MB 248 16
348,392 348,392 0000000000000000010cbeb9fd7c62ecc8dcbbe19e3354a0d4cab6ed1ee62ef5 0.43 MB 738 25
348,391 348,391 00000000000000000b7788586b9829dc1b2cb9e6d053498dfb6f7875bbf8f683 0.31 MB 520 26
348,390 348,390 00000000000000000dc6e0e5a8c8751e1ec11b4810725ec8fdb2e1ca731a01e5 0.00 MB 5 14
348,389 348,389 0000000000000000103743316b0d81c26b984e600e7e13134074abf66bebc81c 0.12 MB 229 23
348,388 348,388 00000000000000000a8cce2871af9dd91200ebbae9f24f3c38ce6c9866ceff23 0.11 MB 231 21
348,387 348,387 00000000000000001508862a99c3760e25fdfce3a2553139d1e973cabcc5b157 0.26 MB 427 28
348,386 348,386 0000000000000000112b7742083f70a3e284d40b5a9839d89ce48d5e2a8f1ef3 0.26 MB 451 27
348,385 348,385 0000000000000000065ed7d3bfa8bac94948330bb28b4d0591c2bf8f481d4bd8 0.59 MB 765 12
348,384 348,384 00000000000000000145900fc7ca3d8a18db8f1f2ac17830f4d1ed7b0dd16c63 0.75 MB 1,580 30
348,383 348,383 00000000000000001348428acd05fd260b3034e053d491d0728d74f240d2f177 0.14 MB 279 26
348,382 348,382 000000000000000009964f795f2bab291913cd14203bfa323317813d9f100ba9 0.10 MB 48 4
348,381 348,381 00000000000000000b17abd906381b2f5f1fc8b6da44a3b7e688620cbac15038 0.04 MB 94 45
348,380 348,380 0000000000000000169a2042faa39a28c726197f6c9d1dabba4f0a0f76b2a6f9 0.10 MB 176 20
348,379 348,379 00000000000000000413ee4d89dccd21bc7378bbfe8c9c758615778e4c09ef16 0.22 MB 401 27
348,378 348,378 0000000000000000119c43fbd4cc789d8b144b7f40d564600520f3ae198baf79 0.20 MB 401 26
348,377 348,377 000000000000000006600bc27af4ace6e9bcad615e90c3437e398b59db564246 0.56 MB 1,096 24
348,376 348,376 00000000000000000112c65276849795b86d444d54fd91a44298e56a2bcea9a8 0.31 MB 473 19
348,375 348,375 0000000000000000050876f9258b7757990f34e19c6c481d0b01d015944f959e 0.28 MB 512 24
348,374 348,374 000000000000000014e2a239c86f025c842ae4e6a64a9dcec13f1d2464f9c2b2 0.48 MB 854 24
Previous 10 blocks ↓
Total Size: 769.04 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,626.87 GB sent, 93.09 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.