Memory Pool Memory Pool Refreshing

1,659 transactions
0.57 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,755 (3,399 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,356 904,356 00000000000000000001d48cebe8057a5afdedf2cf5ceaeb0d2fd4628a9445ee 1.50 MB 2,344 2
904,355 904,355 000000000000000000004adcd3c0e58f6ec6b9cdce2296598a034bbb974511e8 0.36 MB 627 3
904,354 904,354 000000000000000000017c006da982ebbfcfffd3dd971759b9c0d6c4bf018a68 1.56 MB 2,784 2
904,353 904,353 0000000000000000000247a2ecfcda701954e81e502a438d490a730d248f615a 0.46 MB 590 2
904,352 904,352 000000000000000000026231bfac1af9d2411e886643445a614b778a8f6b5839 0.14 MB 90 1
904,351 904,351 00000000000000000000b27ec2e0f7b6943ae9666b0070755a01352f68606961 1.11 MB 1,378 1
904,350 904,350 00000000000000000002621e3a1f2e035792bda92f8e85299a20e1618537299e 1.71 MB 2,088 2
904,349 904,349 000000000000000000014a0ba7caac4973b2083e945519ce59f167eade522bab 1.57 MB 2,946 3
904,348 904,348 0000000000000000000033c53ca0ef8d06f02afe9ee0a3220e3f5d63282bfe82 0.14 MB 135 3
904,347 904,347 0000000000000000000165923045856172f5f6b7b910ac050e955c9a527bfdc5 0.49 MB 1,011 3
904,346 904,346 0000000000000000000242ec6571f9e92ef776dbf1004a38cab9476875edc5f7 1.92 MB 1,505 1
904,345 904,345 00000000000000000001efae94a63cae925a1d6948a20057c10d382e488e9806 0.36 MB 906 2
904,344 904,344 0000000000000000000197f82167751308b0d534b86865983e45c2ad55687658 1.48 MB 2,623 2
904,343 904,343 00000000000000000001fac0ee2e49cf65378752c518734aff99f71c88084fbc 0.93 MB 1,565 2
904,342 904,342 0000000000000000000261d57e9b4b8c8feff7adae494058a292fdaa9bbd8bde 0.37 MB 751 2
904,341 904,341 00000000000000000001e5e5196e3a08c5c7d08a382da4a1a7c65b08270e9e93 0.36 MB 565 2
904,340 904,340 0000000000000000000266397857848cd7a855787aa966075821544abc77a442 0.61 MB 887 3
904,339 904,339 0000000000000000000260d31755b93b16007eb7c864c4459c6ff814a44b87a4 0.60 MB 1,531 2
904,338 904,338 00000000000000000001f4a9a2444a36b37c21499d70d0a162aded570bfc729a 0.33 MB 776 3
904,337 904,337 0000000000000000000155c211edd02bc20beab06e78177c1b633be709108259 1.60 MB 2,589 2
904,336 904,336 000000000000000000014106b2082b1a18aaf3091e8b337c6fed110db8c56620 1.59 MB 3,154 3
Previous 10 blocks ↓
Total Size: 769.09 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,628.29 GB sent, 93.33 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.