Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,612 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,311 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,611 (849,793 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
58,818 58,818 0000000007af50606fc5706235c0f94ab6a11e24dd164b530c61b04fe8977ee1 0.00 MB 2 0
58,817 58,817 000000000af64def06b2f1909c8817ca6fcad576d1453b567f7a78cb36f3c9de 0.00 MB 1 0
58,816 58,816 000000000a206f4470d9cf05c494cf2ec33c80aeb676a639030355ab96dee8f8 0.00 MB 1 0
58,815 58,815 000000000cf66b73ae006256ac1b524ce6c3fff3c6866cb5a2b45d53bcd13953 0.00 MB 1 0
58,814 58,814 0000000003214affe9659bff128d694360efa64242f5ca97e7daeb539f421c5e 0.00 MB 1 0
58,813 58,813 0000000009aa5d14af2cd322bef0ace60fb5bcdcf43b3ac4883212684a5d41bf 0.00 MB 1 0
58,812 58,812 000000000b8da05b9bc0d08a6b720eef56e0218583706cbe606b32b22fdb6974 0.00 MB 2 0
58,811 58,811 000000000006e5c22ace220a9fc4816d3f4274c7d92e4a7d6e4ec05d9f0a1ad5 0.00 MB 1 0
58,810 58,810 000000000c002d022badd188b4de437179900ef465cb6dbfacb1eb56c0b7d147 0.00 MB 2 0
58,809 58,809 000000000e2275d487c2344b007b885ee06650e660c61face4c884b3a978a6ea 0.00 MB 1 0
58,808 58,808 00000000085117d0321df885c9c0a34612fdd40b9e68c0c31458b72a4ad751ef 0.00 MB 2 0
58,807 58,807 00000000025e0ef11e5b9d3f968078155774e0762b1457ea3e66cf929f25cc50 0.00 MB 2 0
58,806 58,806 00000000020cc34938d95db7d82c601e239f8d0067db7787dabb8b8c09df5ce3 0.01 MB 8 0
58,805 58,805 000000000ec031fcd4d4cfb391af9bd13f325a483fa152f068a286823678ca9d 0.00 MB 1 0
58,804 58,804 000000000958f423a115f8df8084f26caf771e1673301e33c049f06fd4408984 0.00 MB 1 0
58,803 58,803 000000000463303c612f3ad7ae8800333e32865e6c1b726c47344c0552338088 0.00 MB 1 0
58,802 58,802 000000000e7873db232ee222f6da8f5c703c04c281e9a97071a15e2543695a62 0.00 MB 2 0
58,801 58,801 000000000aab10e3bf8c988b8e1bbbc146d1881b590407e5428c592b132b3e39 0.00 MB 1 0
58,800 58,800 0000000007de4da6feab9b03352eb3782b1dc49553f9e916dec633f8f0d49eca 0.00 MB 1 0
58,799 58,799 00000000010a105d2b92c8f65a5318695f1bc38b5ed6e77dc0b864f4683ccdb1 0.00 MB 1 0
58,798 58,798 000000000e97cd8eaa22a9dc5e00562a32ed28bd02f9f8f2ccdf558d31a961a8 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.83 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,849.82 GB sent, 101.11 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.