Memory Pool Memory Pool Refreshing

4,557 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,710 (76,355 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
831,355 831,355 000000000000000000033419fd8fc3bfe4f92f39cea5c8bccbabf32d2ba0ec1b 1.77 MB 1,712 13
831,354 831,354 000000000000000000036195567b8494dc6db7ec9668536d9f43433820a618ec 2.28 MB 2,978 13
831,353 831,353 000000000000000000016e9aca601206adf530dbc53a5efe3fd2f5d75b73e582 2.44 MB 2,057 14
831,352 831,352 000000000000000000004d8c83aabb465fcc53fbcd4fcefd85d05da213f4f1f5 2.27 MB 984 13
831,351 831,351 00000000000000000002d38c377ef8c83524eadf512e13d8eec44bb85947eec3 2.32 MB 1,319 13
831,350 831,350 0000000000000000000217b1531773dfd0830c2de096fe39c415ba16d63b67cd 1.82 MB 1,820 22
831,349 831,349 00000000000000000003012014581cb69122344a04ad9f6dcb0dc1ff314badce 2.27 MB 2,590 16
831,348 831,348 00000000000000000000710cdf9b851348a5fc0e0fedafeb12da5032e6f1094b 1.91 MB 2,601 20
831,347 831,347 0000000000000000000029166ee575ffd7a64d12f05faad12a558143acece598 2.03 MB 1,262 14
831,346 831,346 0000000000000000000270af6322a8fc022f5acc1aa8b4a4f12518f63c2bc064 2.02 MB 1,781 14
831,345 831,345 0000000000000000000106a8eff746d0741b410e2c1aac91f79d4fc3e5e984cf 2.32 MB 2,167 14
831,344 831,344 00000000000000000003713ccf53ffb50e37826069353bd13c6b5509d4f517d0 1.99 MB 2,203 21
831,343 831,343 00000000000000000001b9046cd7d6f3913ed66424b3ca9907eebdbd351efa41 1.95 MB 2,365 17
831,342 831,342 0000000000000000000075623c438aa8642452b6ac5e5e4af782a1c340e3825f 2.31 MB 2,071 15
831,341 831,341 0000000000000000000343eafcf332b48c67ae0b386bd4fed2c7130ee8266cac 2.14 MB 1,491 15
831,340 831,340 00000000000000000001322c05913d099f9a8e8271504545f54d352d446ea76a 1.45 MB 1,855 16
831,339 831,339 00000000000000000001e8dee85f95c52834c44a8ead5d0779504bdb6a55d685 2.19 MB 2,874 15
831,338 831,338 00000000000000000001d0053702aad214ad1f9a9d2447341f4367f68efdabab 1.90 MB 2,603 19
831,337 831,337 000000000000000000001304bb5d2bdb9939b0005d967c9e7be2a027385c86b1 1.55 MB 2,998 31
831,336 831,336 00000000000000000002b9d2bb3418698b0e8099f8b23f7fdb37941f1993a3a8 2.02 MB 2,184 13
831,335 831,335 000000000000000000009f22d202f75d10b4f6bfb90aa7373761fc75b99e29f9 1.67 MB 3,348 22
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.87 GB sent, 92.83 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.