Memory Pool Memory Pool Refreshing

3,999 transactions
1.03 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,707 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,875 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,706 (461,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
446,252 446,252 0000000000000000023d4820bc55007c0c162b98e4c6602b7ba7f28e07ed79c9 1.00 MB 1,826 40
446,251 446,251 000000000000000002d2e44f2259e9c74ab8f27d60785ae0dd0290d266542ff2 1.00 MB 2,325 85
446,250 446,250 000000000000000001ef62f299ea93356f4d52c75ff3cc442b4a073e90f947e0 1.00 MB 1,747 39
446,249 446,249 00000000000000000069f7825c66cf68b586c783a5e6e6a736c35b93c476bb76 1.00 MB 1,822 76
446,248 446,248 000000000000000000d1b1cb1ad33207af26e7948b411085806cc147ea6781c5 1.00 MB 1,498 59
446,247 446,247 0000000000000000018ebfba92535137958a6a3e76c0f388443d19c8136b8ef1 1.00 MB 1,702 63
446,246 446,246 000000000000000000d769b3c5edc9281918eaaa2c022eaf2a44d816174690b0 1.00 MB 2,064 88
446,245 446,245 00000000000000000227ce665f21ead1e33df4f91f66b1ee5009c71b899c79a3 1.00 MB 2,212 49
446,244 446,244 000000000000000002c3858098c87448d2e3f0297d0ab51ccf10f5ba4ff95aa7 1.00 MB 1,740 60
446,243 446,243 000000000000000002f3e57e5e0097a258aefe6cad7a1563eb91d9cd225075dd 1.00 MB 1,179 54
446,242 446,242 00000000000000000352383aaca3883303f9de3c4636e8144a11675d970869b2 1.00 MB 1,721 63
446,241 446,241 000000000000000002f213013d8e6e064c16feb1c4f5669b23a807599fe646fb 1.00 MB 657 65
446,240 446,240 000000000000000001067e8cbeab70657276506816b095ceed05202f574e198c 1.00 MB 773 63
446,239 446,239 0000000000000000010200b16fb51cae25d8bdbb05d6c3cf06e971384e71c21c 1.00 MB 2,188 86
446,238 446,238 0000000000000000019e8d085f7ce5bc888179852459cb7acb2003996a600b07 1.00 MB 2,307 69
446,237 446,237 00000000000000000190225e7dfa0b64df624bcd34b1fa082f04d1c61fdf9e4a 1.00 MB 1,880 71
446,236 446,236 000000000000000002d5c05409bca8f37237b191ac1ba6a48e132e1b9e127d57 1.00 MB 2,228 71
446,235 446,235 00000000000000000319374a103e39405730f20846aef960e93cc2caac11dfdd 1.00 MB 1,735 69
446,234 446,234 0000000000000000033c40a6b45960da17f8c3291b0777e27f00a532882686ef 1.00 MB 2,472 105
446,233 446,233 0000000000000000023ced3b723b64f20e4c4adb9dc34b256f7adc929ff1d52c 1.00 MB 1,964 72
446,232 446,232 00000000000000000143e121435990dc1ceb7a58e5d8e130faf18402f5e034ca 1.00 MB 2,853 108
Previous 10 blocks ↓
Total Size: 769.00 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,616.64 GB sent, 92.79 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.