Memory Pool Memory Pool Refreshing

3,526 transactions
1.06 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,835 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,259 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (3,426 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
904,408 904,408 00000000000000000000c19d5664da75e01205864ee8f95ad9eb7dd10ba9439b 1.46 MB 2,151 2
904,407 904,407 00000000000000000001bc5b4f63e297e05cc6e1061c5764c96264b583b701bd 0.49 MB 209 1
904,406 904,406 0000000000000000000258726a8e4e4ab09a1f91a10b5017b390ee86772cc81e 1.52 MB 2,252 2
904,405 904,405 000000000000000000010c7d1f9f030a0c93e4049401676234a01e7037264523 0.79 MB 971 1
904,404 904,404 00000000000000000001b5d49fcd406475a22d481e4bd96030203c987a55195c 1.49 MB 1,769 2
904,403 904,403 00000000000000000000b7c255c6565dcb9ccab2af66a67768ca1a487b2ee9e4 0.46 MB 648 1
904,402 904,402 000000000000000000016834231d3807b29481c1f769c174f8351a52b0ca69d6 1.60 MB 2,135 2
904,401 904,401 0000000000000000000037fc13abcf09a6f2ab1b9329cbb7a1d7a14d9b32a93d 1.60 MB 2,320 2
904,400 904,400 00000000000000000000ec901829c05cfe587d50909c623f45d5bd39bf4e5cea 1.32 MB 1,713 2
904,399 904,399 00000000000000000000ed255399e8e3fe14f5d283dd5b8cc3bf48f78a5b254e 1.90 MB 1,421 1
904,398 904,398 00000000000000000001dbaaa656abfb9f46bd556a4478c9a89e0f19e3055788 1.62 MB 1,794 2
904,397 904,397 0000000000000000000009259fff19c9fd6d490c85194fb819710a0f9b51ed54 1.27 MB 1,953 2
904,396 904,396 0000000000000000000110d5d9329f4c4285f5609c315ff232fd6169a3b848ba 0.82 MB 1,603 2
904,395 904,395 00000000000000000001f165b8096147862f71e32d4b2e46a5d1b8cc58a99461 1.75 MB 1,236 1
904,394 904,394 0000000000000000000227fbba800952f1e385a09cfae32f69c5de569cfb0bfe 1.98 MB 773 1
904,393 904,393 000000000000000000017a0c884392c520a2de79639a36ccdfd7d649ae177549 1.81 MB 500 1
904,392 904,392 000000000000000000018f263e107e88503a67fffd15ebf2fe99815729660ad2 1.28 MB 1,946 2
904,391 904,391 00000000000000000000d96aad09962d16b9bc4ad2efec9100ee303a232da4d4 2.12 MB 111 0
904,390 904,390 00000000000000000001c2e95d7b698b17868e3568188c279b9beaa2c6ed3fef 0.33 MB 412 2
904,389 904,389 000000000000000000007d7a19ccec3aec063720a95bc7536fe49a11bf7e5f47 0.44 MB 502 2
904,388 904,388 00000000000000000001b4666d8cd7824561a599fd411bbd4091c2f9b7ed64dd 0.65 MB 803 1
Previous 10 blocks ↓
Total Size: 769.23 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,634.77 GB sent, 94.08 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.