Memory Pool Memory Pool Refreshing

4,677 transactions
2.87 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
908,690 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,819 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,689 (858,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,220 50,220 00000000247c80de6144aaf7a117e7e72c2e92cd2a92a08ef6c736f8e3a65bf6 0.00 MB 1 0
50,219 50,219 0000000020a2872f501b27039771d2ee69cf32d0179db3e2aa174cf96c0fd4c6 0.00 MB 1 0
50,218 50,218 000000000f7a7af6c2b6b50d33763d7002b81a711c2475e9cb3af64d6f3e07b9 0.00 MB 1 0
50,217 50,217 000000001c3a6efba1ed6fb440f20746ec15b5326f13cf5f7977204743f1751d 0.00 MB 1 0
50,216 50,216 0000000006e64d756196560202e06c9fa1c947ad6b5231961c8cc049f9a5cf97 0.00 MB 1 0
50,215 50,215 00000000193c64d0ab1117223d4ca32ef819e7a1ea87aefccb2d2c82280b2782 0.01 MB 2 0
50,214 50,214 00000000120311ac690463d0c2a57cb28f3a115f365b3522314d6f7b4b93a53d 0.00 MB 1 0
50,213 50,213 0000000003df6530ed88defce25c4116fa0823a547918795ec94caba88aff0af 0.00 MB 4 0
50,212 50,212 00000000270bf4265ce2fdbe9e443d1841aff3e2d9e74e7185039bb8f8421213 0.00 MB 1 0
50,211 50,211 0000000016f9d8551f5d7df663bbeae5efee5018a2c9546e955e713f080659a7 0.00 MB 1 0
50,210 50,210 00000000022c52f4787bae74328b56fb501952851181f819d92112dfa87d1cc0 0.00 MB 1 0
50,209 50,209 0000000013c30aea0cfe00bbb531ae4b2b64bff26f3257cf1a48e5cc4a68ba1b 0.00 MB 1 0
50,208 50,208 0000000010e35f3ed7026974ea9cb59b5b59874ba898c314b73306aec062c4ee 0.00 MB 1 0
50,207 50,207 0000000019afa5f33c3bd1d5d7e784d370e4abd79fbd7572bbd9651913ed901a 0.00 MB 1 0
50,206 50,206 0000000014b7cebf0f3774c928c03e92c4c809d1fbc3f4a1314486735ce86c6a 0.00 MB 1 0
50,205 50,205 000000000cef02d01eb14ba37017ad6d4e085362d5fd16e808a70f1a65b69eff 0.00 MB 1 0
50,204 50,204 0000000016cf479cd70ec7596d9600f72c8c4b6ffee547cf99252ab5895703fc 0.00 MB 1 0
50,203 50,203 00000000229ec9678917bbf7e206a770040ecd87e388fb17a1fb5e09082919aa 0.00 MB 1 0
50,202 50,202 0000000016d188a1b44dda692e6a93973a8e615b4a7a3838c30ff93f1bfd3b82 0.00 MB 1 0
50,201 50,201 000000001d8a42889c8c62a7c79755def64f13ec0bff0fcd1bcf857e3c728ce4 0.00 MB 1 0
50,200 50,200 0000000027fe8dce3f77317181ce3dcb0bc295cc74af1b81afbd4c4d789baea9 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.98 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,854.10 GB sent, 101.86 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.