Memory Pool Memory Pool Refreshing

54,536 transactions
29.79 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 sats/vbyte 6
2 sats/vbyte 12
2 sats/vbyte 144
2 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
878,461 00000000000000000002905c0000000000000000000000000000000000000000 1.00 vMB 3,383 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 878,460 (249 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
878,211 878,211 000000000000000000010476beb5c6bb32eb31738645dd0445995c574f4f6d0e 2.02 MB 1,615 2
878,210 878,210 00000000000000000001bc3b75ac7b6cbf33326284473dade26159dd107965cd 2.05 MB 716 1
878,209 878,209 000000000000000000010480e97f3f45f1a378d896c8fa1a03ccc448b1510aaf 1.67 MB 3,149 3
878,208 878,208 0000000000000000000221ce56845d8805888c31dc257107ff3f26a3e4bba4db 1.64 MB 2,746 3
878,207 878,207 000000000000000000026e35d5085b78544e443347bb33fbcefc51e93a8f734f 1.59 MB 3,156 2
878,206 878,206 000000000000000000015d3d2c840c113a9b9fe7edc245b0732fb6dc7dab99ae 1.58 MB 3,350 2
878,205 878,205 000000000000000000007147fc2a8390ae4c9a46cf1d0235afc7b7b70dfbc477 1.59 MB 3,688 9
878,204 878,204 000000000000000000027fdc578a9bebd1a7b638a5a42e45badc7516c23cc6be 1.61 MB 2,392 2
878,203 878,203 00000000000000000000180cc156345f6ed27668255f137236900c2f3ed55710 1.57 MB 4,266 2
878,202 878,202 000000000000000000023e4a7e7773f95e5f9b92c3a012a1e211c1babffebee8 1.54 MB 3,033 6
878,201 878,201 00000000000000000001df1b62ab4f04c81a13b30d0e13a626d7949693d45d66 1.56 MB 3,016 8
878,200 878,200 000000000000000000010d25ed5ea1ea99b9b3627598ef5e34a77531dfd35d77 1.49 MB 2,156 3
878,199 878,199 000000000000000000002de6102eefd202dfa2509e8993348ef5141ce3d6aaa2 1.75 MB 353 1
878,198 878,198 00000000000000000000c0ed4291214a293c4e8adbb099ba8b84fa1462b6e8ea 1.55 MB 742 2
878,197 878,197 000000000000000000009f5b0d3338354ef75380481c832eb9ce1388f48a3771 1.58 MB 2,999 4
878,196 878,196 00000000000000000001d72bd80aea78c096059b79ce6df99405ad409f4ce925 1.57 MB 3,510 4
878,195 878,195 000000000000000000026fa96324fca7f36cf7fa9437183a4dfe3a86673751cd 1.31 MB 599 1
878,194 878,194 0000000000000000000160ced90d78a1811757d71fdc9e437960db56b63ffbd6 1.75 MB 1,013 1
878,193 878,193 00000000000000000001a8124631f16ab5748943d89c4624a64a099c563855ba 2.82 MB 1,374 2
878,192 878,192 00000000000000000001217867ede435e0481686e2276de3b0b7192feed48805 1.71 MB 1,886 2
878,191 878,191 000000000000000000003dc6b09ccce02ca0aafe30b90ceb2ac408cea09b805f 2.08 MB 1,777 1
Previous 10 blocks ↓
Total Size: 715.26 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,382.28 GB sent, 41.38 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.