Memory Pool Memory Pool Refreshing

1,231 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,873 00000000000000000002349e0000000000000000000000000000000000000000 0.64 vMB 1,221 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (795,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,190 112,190 000000000000b64290344516b9e478c0afdd374c5dc03686ed67cff95883be2f 0.01 MB 21 193
112,189 112,189 000000000000a1542c10ed280ff6eb18b4fc3124dc74b9b983d12586c7286c53 0.00 MB 4 935
112,188 112,188 000000000000acfb9d2e0c123fdcc8d4637aca0ca3329c29be2bed371cf32f33 0.00 MB 1 0
112,187 112,187 0000000000009df2db7520344c8b99c5ee1edf153976503f5e0867f1797832af 0.00 MB 2 0
112,186 112,186 000000000000d07ded3396ebfed05ce7cb4915529b4852355eb25c7e2189ab3f 0.00 MB 3 1,937
112,185 112,185 0000000000001bdcc04f284f7d8e8d885523f58b32fa01778591549f1676a835 0.00 MB 6 661
112,184 112,184 000000000001095f31f40d04b3e2e9feb5211f441ddcd00b9a3ece3aa0287293 0.00 MB 5 2,148
112,183 112,183 000000000000464acdca50a424e39a1cfe649c5b223ac6da7c44ed5b859a9ad9 0.00 MB 8 576
112,182 112,182 000000000000980f09f476838b51e2672bd48d3952a072cc445ce086705921a3 0.00 MB 8 0
112,181 112,181 00000000000075ecd20352953a54d156dbc4ed3fef85ea373a282638cd21c630 0.00 MB 7 1,660
112,180 112,180 000000000000ea3511fc9acecd0709f9cf97dc1074d538e9b7892d94619e5d2f 0.01 MB 3 0
112,179 112,179 0000000000010eddfb2e831b397da0bfb1c12f359ea31a0e00a3bc8a11023384 0.00 MB 15 0
112,178 112,178 000000000000cda2a82417afcb9c4ded851d5caa4885257cc403bddabbf69211 0.01 MB 4 193
112,177 112,177 0000000000005b0cf0b8dd24ffc38fe44702a4a2521af8fe42654438a4e57e59 0.00 MB 5 1,300
112,176 112,176 00000000000030b7a574c37de7c5abbed1d895032f4539fdf78a1af07fefcfa3 0.00 MB 2 3,861
112,175 112,175 0000000000002ad968fa4b792d5b7af77668b1fdd4206dea74253be932dbf33f 0.00 MB 3 3,030
112,174 112,174 00000000000079d698b1bfc909042b63a1767157321d98edfb2027d9f1357537 0.00 MB 1 0
112,173 112,173 00000000000017c99be8d0973451ad98495f66d295a875128b1ab20c5dead96c 0.00 MB 3 1,934
112,172 112,172 000000000000af8ddeacc85f3f471bb0415829085bcc23c2c1c85a36637d3a85 0.00 MB 2 3,875
112,171 112,171 0000000000011ac547fcb97e2e3cec2e7271cf95e18f40606c4fb34d8c767ae8 0.01 MB 4 187
112,170 112,170 000000000000607149cc32a3282a4b49c8059eb831fb392d92d9278e77737d45 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.30 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.69 GB sent, 94.44 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.