Memory Pool Memory Pool Refreshing

5,455 transactions
2.42 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,935 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,295 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (747,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
160,549 160,549 0000000000000719fe6882f80f6218e54867fc774a0e57286f7f6043cb198d0f 0.01 MB 17 8
160,548 160,548 0000000000000c706ee3b3c39358cb15a692fcbe054ff0a901fa17c05fbf7c0f 0.01 MB 21 97
160,547 160,547 0000000000000a07cfa8affaa023e4d9ddd71153a40982b1978e5e89fb2d9077 0.01 MB 17 484
160,546 160,546 00000000000008a0b20db2821462ca79ad5c56065721073327e2681316a7432b 0.03 MB 66 81
160,545 160,545 000000000000048dc8e0ea6f9dd6dba423e611b6132babc3211060a354c4efa4 0.01 MB 16 228
160,544 160,544 000000000000085246c8a4b38a094922b733755cc58b30c4fc2d92d8590a7dd6 0.02 MB 41 155
160,543 160,543 000000000000057d715052bc5d1599ada16617499b3ae1648982dcdfe634faab 0.01 MB 27 3
160,542 160,542 0000000000000b5e5d6fbfb4c5bcd4b5585c3327b1db5efb15203743add70e65 0.00 MB 6 30
160,541 160,541 00000000000000e7e89a5fdeb8ac9e37647d947fbdae02f1cc72ed9581497625 0.01 MB 35 201
160,540 160,540 0000000000000b49d18d37eb71c3d61f7beaf37b78eb7cf56a6b9e738b90b37b 0.01 MB 25 137
160,539 160,539 00000000000002e5fe405555da2788c543abab744f08abff3507abbc3142bbff 0.00 MB 8 69
160,538 160,538 00000000000004cf83bc50ac11dba44c4f49f6964eeb27d1967c561e9c44f819 0.01 MB 27 109
160,537 160,537 00000000000008fd8d0a1b1132429069ac0dc081f28bc06516f4634b42b2a5ff 0.01 MB 18 33
160,536 160,536 000000000000089720ddda63f69d8a290145c309d26b5e79ba71b60a03b9c4e3 0.01 MB 42 116
160,535 160,535 00000000000001596062d02afb84a1bb4cd5f8115209ef052431175c25ce93ac 0.00 MB 4 45
160,534 160,534 0000000000000d97e42735fd18632c1c092db653f7210937d2870c6118efa982 0.03 MB 102 64
160,533 160,533 00000000000003ba514516db553c3127a3527821e9651c5945b48781928699be 0.00 MB 13 319
160,532 160,532 000000000000011dfc6e626499240aec62df193a42ba6198953de31f8000b275 0.01 MB 31 107
160,531 160,531 0000000000000c90439a7f94a41107e459e024f70fb46b57d90bdcaae41c052c 0.04 MB 96 143
160,530 160,530 000000000000070c62a7c907c02f428f9c7943732d03756701f6844af62c6a25 0.02 MB 37 400
160,529 160,529 00000000000009b85431416cbbb05d1ca334f79d446d4a8a0f59089ee0edfd3b 0.01 MB 17 73
Previous 10 blocks ↓
Total Size: 769.42 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,645.30 GB sent, 95.06 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.