Memory Pool Memory Pool Refreshing

8,475 transactions
3.06 vMB
Show Random Selection Loading Transactions
Max Size: 18/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,293 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (694,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,983 212,983 00000000000004106f23bcee424b0724c7547afe8cfea8ada5e909dec5f8140b 0.16 MB 155 132
212,982 212,982 0000000000000365105f3a1b7a56f17d95f20cf431ffe6d33f99527545d6164f 0.20 MB 441 210
212,981 212,981 000000000000019c37c86e203ce04952e9e8624ca67162ad75460bf37719764c 0.20 MB 576 300
212,980 212,980 000000000000009fd8c40c7ae5b5b211325666ee74571c92121458eff8064c9a 0.04 MB 100 243
212,979 212,979 000000000000001a20ce94d71b66ca354424f03df1a112e336cd31777af20c2b 0.12 MB 280 177
212,978 212,978 00000000000003d5543bc92633c69b993c37c118e6ef8e819ac5f02b63d1d85f 0.19 MB 479 181
212,977 212,977 00000000000001f187736678285dd9db48f7752f25e0fcc01b4fb174cf21ff0f 0.03 MB 84 202
212,976 212,976 00000000000002eaf6cb797f087e0082d424008a31ec9c09bf873fa169190fd3 0.06 MB 123 146
212,975 212,975 00000000000003c85f904e1dd427d04e29daeed76717d460e431f78d419ba9df 0.44 MB 418 74
212,974 212,974 00000000000001cfc2191f4ac6086085f618030ee0d0fcdfeaece0ee81275a4a 0.02 MB 64 268
212,973 212,973 00000000000001e19d3b5b27cf169a68440558b45aadd03c590ca469ba6d09d4 0.00 MB 10 457
212,972 212,972 00000000000004458f16eb2fd0129063cdfe1e5f031a0a485c031a6f74b6b89c 0.15 MB 241 128
212,971 212,971 00000000000002914731a76b7620e356fc29a6a648617b76d1c1fb2aa3a469f7 0.25 MB 742 212
212,970 212,970 000000000000040fe2f8b20de59bffee31e760db656f404335c8b728dd187dd5 0.25 MB 157 73
212,969 212,969 000000000000032908514574995c97e20acd295c85f538e53b625949ab6f8bab 0.07 MB 239 32
212,968 212,968 000000000000032467285f8888355cfe25d0245b12e5a96e28e8413e711d959f 0.26 MB 166 74
212,967 212,967 000000000000011cd9fbce9e917196b94db6111562c121eda125575571d385c0 0.23 MB 512 239
212,966 212,966 00000000000000a572d34f669a4adb025bcfddae9bca099109ef3c483262a7f0 0.20 MB 552 203
212,965 212,965 0000000000000337008d6ddb5df03a0ddd7da75528ae674efaa6516130b007e8 0.25 MB 497 159
212,964 212,964 0000000000000376320e30271b18b82539195cd0b451e5d49f4cb510c45db067 0.20 MB 561 200
212,963 212,963 00000000000000de12801def1aacc92eeb13e27cc57920206f82366c26eaebd3 0.07 MB 163 83
Previous 10 blocks ↓
Total Size: 769.13 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,631.71 GB sent, 93.56 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.