Memory Pool Memory Pool Refreshing

4,098 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (587,172 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
320,565 320,565 000000000000000022c03894007348fab33639a21201cd98f8589863be52e8f7 0.05 MB 112 37
320,564 320,564 000000000000000000b44f3041750f8d76f3d87dde74e65cb2f05f385e011d80 0.19 MB 312 23
320,563 320,563 00000000000000000e2a646ae9d94ac5f36108a47a565d35acfb4996514df206 0.05 MB 41 35
320,562 320,562 0000000000000000024ff84a9e2c76fc1969325c3384adddfe6dc8bfd1037028 0.03 MB 75 28
320,561 320,561 00000000000000000e057aa1af3faf661531bd7b6480e06969d8ca3b423372eb 0.52 MB 1,232 26
320,560 320,560 00000000000000000b668cc478be2394dd2c6292f29d2ebdacfa394a6fa78e72 0.16 MB 317 34
320,559 320,559 000000000000000002d124c57fa49b149e2f0e5ceccf5a964fe9b31671aee557 0.14 MB 310 36
320,558 320,558 00000000000000000c229794406cf73af7475b7e152acfd752a948e599ddadb9 0.42 MB 1,029 31
320,557 320,557 000000000000000022fc464fb89a748673b20d10f26f2d3d539b87a6b7e5102f 0.06 MB 128 75
320,556 320,556 00000000000000000e32b26cbc93462aca38cd08ef023dfb5f118b67ff64537c 0.32 MB 578 28
320,555 320,555 0000000000000000191290b02b2a448c49d29cae1c7b8a63f626adb920532788 0.03 MB 54 26
320,554 320,554 0000000000000000001bf0fcb844eeb4e13b7c7e0247de14acf444d385bfb21b 0.13 MB 276 25
320,553 320,553 000000000000000022175aeb2270127afd02041661ac71b9fb512fcb5cd46af2 0.37 MB 886 23
320,552 320,552 00000000000000000d6836350da4346e9f9daeb38ed384431efadf13e43fc7f9 0.16 MB 296 28
320,551 320,551 00000000000000000471bc1c9fb74a0e48a50790b01335bfa78d35ec1ac0f538 0.17 MB 289 24
320,550 320,550 00000000000000001502ab1c4388170f7fec4ecc821818ae8c313d64349610c6 0.20 MB 348 30
320,549 320,549 0000000000000000077c08000cb78891896f2a4f34e4cbe3d07e2816877fa9ac 0.16 MB 369 34
320,548 320,548 00000000000000000ca386e3de3bac6e4523b5d7884d8e28efd8eab05c57d44c 0.37 MB 815 33
320,547 320,547 0000000000000000234faba776747310ce1f17b1944f69ad15562a8e77de71df 0.11 MB 206 26
320,546 320,546 00000000000000001f7471e8cede55d83481dfc162ca85da2c96268abec10b4e 0.00 MB 1 0
320,545 320,545 00000000000000001f4c54d819ea50f1500379e8e77bc0e0a70c290862192e61 0.01 MB 31 101
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.