Memory Pool Memory Pool Refreshing

7,434 transactions
2.34 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,876 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,629 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,875 (733,252 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,623 174,623 00000000000008f4e5194dfe224f96704944435f0d0679fd3268227299b85138 0.00 MB 11 254
174,622 174,622 00000000000009022eeb7473a7a361472fa133fcbb6b1950caa960f421c0cc5f 0.04 MB 145 24
174,621 174,621 00000000000005bf423048d5fe1a94560ef974fdc391096754342ae0af04dd70 0.05 MB 125 132
174,620 174,620 0000000000000492cbdc9d2f372a9425791b05621efd21d6c0e610a8efa0bc4e 0.04 MB 82 76
174,619 174,619 000000000000004ca469694b022d773163cfd9745ca2c2985e3feaad5c247069 0.00 MB 9 31
174,618 174,618 00000000000003c7139bb5276c0bab869137b3efcee3411b3d5bdca615a82912 0.02 MB 57 308
174,617 174,617 00000000000005b87aed17712f7877dae5aa4d82686bbb9a2a8c8c53ab29331e 0.02 MB 56 100
174,616 174,616 000000000000095be621405218029522536155748e6b7ca49e1defb8c699357a 0.01 MB 26 6
174,615 174,615 000000000000086adef5c4999ee9afec57f611a0e49db5f22b4c55fbd78af2bd 0.02 MB 68 235
174,614 174,614 0000000000000699baea1a2e07116cea9f69534672f19515907179656bdca88c 0.01 MB 28 120
174,613 174,613 00000000000008a97a02ca66fb63503e474e54464bb0177bae6bfb185c9ea28c 0.02 MB 81 11
174,612 174,612 000000000000071216f7c746ba739de2a9988bbecf2fbc01980c5b01b191d33c 0.01 MB 20 37
174,611 174,611 000000000000019fded1400b8dee0de1913118ef413cb5af5b4353a4e586e6ab 0.02 MB 37 19
174,610 174,610 000000000000000aff5c0706f1ac9005870b4373905bf87f4e5684cd6d76e36d 0.05 MB 78 186
174,609 174,609 00000000000001d712645deafe3ef597cb81c84658538e6d87e31b536a40eb7f 0.01 MB 13 41
174,608 174,608 00000000000006cdd32f017034b80e68d332b743dfc36ef63eee363d30eb44b0 0.00 MB 4 4,457
174,607 174,607 00000000000003982f59ff466df55e6f1f14565137fbaf751e49aaf6f1557680 0.00 MB 13 291
174,606 174,606 0000000000000707be494009a02e178dedb5573e43a62da099c375a3897a66a1 0.04 MB 129 60
174,605 174,605 00000000000006fc6c0b0c8c262cd4d64dde5201edfaa1037609c19500219b9c 0.01 MB 39 20
174,604 174,604 0000000000000016a0e2f92bd72660d8ff763d21aaf15b364ae120729c515b8a 0.02 MB 31 583
174,603 174,603 0000000000000513ae8b52b3d94a6ede4c3e24663973f37322d9d56692b79009 0.03 MB 78 79
Previous 10 blocks ↓
Total Size: 769.31 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.80 GB sent, 94.51 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.