Memory Pool Memory Pool Refreshing

3,428 transactions
1.31 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,565 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (773,529 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
134,466 134,466 000000000000068c71c0586ae2513b54df7f9e96ab92d11f0ebe889b561b29e0 0.00 MB 14 29
134,465 134,465 0000000000000a8c9d4a144dc63502c99694d0f689dff9758f67312663f456a8 0.02 MB 35 405
134,464 134,464 000000000000083e77dee25fc6f5d99b1af1e1c0792c03a7617a9c7e96b2fcf2 0.02 MB 55 478
134,463 134,463 00000000000003477bfc6d57bd82be4ac1b3db7ca6a0bdfd60f3e9e20dc02473 0.04 MB 109 668
134,462 134,462 00000000000009a7a690486276e110511333f03b87065083c485d3ef450a0f19 0.01 MB 29 351
134,461 134,461 00000000000002a6e8eaeb4cab1190d527d15ecfe14aabd571292b4d7584cf0e 0.03 MB 81 359
134,460 134,460 0000000000000bb01e64e4987f84bc2710014d4ab48790b4231d72d85a9126b9 0.04 MB 116 244
134,459 134,459 0000000000000b7e8f874a27f566f809ef7bd61f35b061e64731b7b68b804758 0.02 MB 68 504
134,458 134,458 0000000000000c0d7baff896e6016476c5ea17b6be2b0ff289b8a5d642fae256 0.01 MB 25 670
134,457 134,457 0000000000000783135d7911145f122016c0c9437a5587d9730e91596b297672 0.02 MB 41 427
134,456 134,456 00000000000004d7d9b0d2f24ad7b432a865cb8027f7744f8107dc57aa2df976 0.03 MB 107 223
134,455 134,455 0000000000000b18767daa4f9216b3dd79d88cf872efd8cbd4df9998e49208f6 0.01 MB 18 310
134,454 134,454 000000000000061731fdc2aaac16218f69fd12a5dc5f9ea835d0ae790bf67cf2 0.02 MB 52 348
134,453 134,453 000000000000050d35b02e85afe7b6776459f36e5c61f6af0d92a914c27f7d1c 0.02 MB 40 419
134,452 134,452 00000000000005c2cc83f9358c6c6fa5ccdf0cb4e493cfc6a6a504f2eac63841 0.00 MB 10 808
134,451 134,451 0000000000000beab41f70e93f4737ac345ce52175c77003c3a567b528959431 0.02 MB 36 851
134,450 134,450 000000000000043748560fb5cc5d1da726d4f7cef19a6b687bf0e804c855c392 0.01 MB 27 665
134,449 134,449 00000000000006693bd12ab6a551c651b5f9cc8bc24ccd9fd75ed308b902d6d6 0.00 MB 15 62
134,448 134,448 00000000000005cc4502b45cce597dba94ea305da0741a11fd12bf3b09e7ccf8 0.02 MB 29 638
134,447 134,447 0000000000000542444764145fc766e437577214c39ded8b4434846743d1a636 0.02 MB 64 278
134,446 134,446 0000000000000a62e6d8aa5381f81e149de00c3e35b4ebb1c5fc424588026e9e 0.01 MB 48 173
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.