Memory Pool Memory Pool Refreshing

4,037 transactions
1.22 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,696 (695,853 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
211,843 211,843 000000000000012d9325e6b130ca6f7809af4ba32636b9449927cb4492e277b3 0.00 MB 1 0
211,842 211,842 00000000000001f5564e973672f86a93256bdc0177669b0a2e75e5a7da5baab1 0.20 MB 375 190
211,841 211,841 000000000000009104392fc41fde7c1e46828f18a54c56094f151f798c2b91c8 0.05 MB 124 326
211,840 211,840 000000000000041d77e1eb26e2a65cd14fad3d6067e9312e44b9cd41849ce799 0.05 MB 154 277
211,839 211,839 00000000000000cf36ac1eaa9547c5853ab1f81ebcfe0667c3be9c69d4fa8d4a 0.03 MB 80 158
211,838 211,838 00000000000001e6bc9c61793d3599d9feeda34ad5a5de7bf3695ff3eae0f1fe 0.25 MB 441 168
211,837 211,837 000000000000011053bf073a75e8556d24c52f0f75fcc2f99856827b55cbf8cd 0.25 MB 575 204
211,836 211,836 00000000000001564cfb5d8aa5463e29a4b3c2cb7bfaffa36837e137490adcfa 0.03 MB 104 86
211,835 211,835 0000000000000011bca6b7e18b8b05dff64f31c67778294fe9905eb3fb31340d 0.22 MB 463 142
211,834 211,834 00000000000003acfa257eb18bc969b0e3e4f7e771dd0c4fba21e5d1a98103fc 0.05 MB 126 182
211,833 211,833 000000000000026851cdefe5e21850f8a62b42b97f89687ef42ca51776644595 0.05 MB 121 156
211,832 211,832 000000000000045540f20d26a155397457f60ab62e12fa908bbe461b62e43d1b 0.05 MB 139 302
211,831 211,831 0000000000000001e4b5729a74c73b3511b244cc5b5ad933f1e7312382cd7def 0.10 MB 233 178
211,830 211,830 0000000000000463446368b606076447addcbf78e43b19e76d0d881f396d10c3 0.02 MB 33 98
211,829 211,829 00000000000004949fd281e38f5e004b6a2356d8f8e1000a428cff30dd70b711 0.06 MB 145 166
211,828 211,828 00000000000000544488341375ec2917e5b445067dc37e7939591ccccf6f34f7 0.05 MB 139 116
211,827 211,827 00000000000002f521b84d72f883884568aa6a8a720d1da8d26f649193b658a8 0.00 MB 11 30
211,826 211,826 00000000000002424ccc5ebcb05698bae08feb58aad881637e86feacb4342e8f 0.14 MB 300 161
211,825 211,825 000000000000046300a208c0dbb5b306d5409ca4c7a5041b962ad1de0f4a89e8 0.13 MB 267 187
211,824 211,824 00000000000001bd81fea3201b3c9591728614f390d2967ce78c10e5580aba7e 0.12 MB 245 155
211,823 211,823 00000000000002509ab433b9769d6e1e486230014172da43c6dea9d3ce5ee4fe 0.04 MB 68 118
Previous 10 blocks ↓
Total Size: 768.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,615.72 GB sent, 92.69 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.