Memory Pool Memory Pool Refreshing

9,209 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,715 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,404 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,714 (53,549 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,165 854,165 00000000000000000000e6cf93c544fdaaba856a4a5b800805b97b97f12cef99 1.92 MB 2,086 5
854,164 854,164 0000000000000000000328424fa73d7c8e280c04d43ebea2d506fb41a44fac67 1.98 MB 1,335 5
854,163 854,163 00000000000000000002a6f720a0abe972aa53238bfb1a28f3286cf17b8ae1de 2.08 MB 828 4
854,162 854,162 000000000000000000016b2d8ae48c209d576d08bfed7680e02951268b4729b0 2.04 MB 1,058 5
854,161 854,161 00000000000000000000838fd0ed35021efc681cf5f9e074f363eec65e10b7f3 1.21 MB 1,406 24
854,160 854,160 00000000000000000000d5872c81ede05dbace839b4b22344ac0a114ae40c269 1.86 MB 2,048 5
854,159 854,159 00000000000000000001b4d857c7e59661b348bc13e1ec5fa895073e3e75a191 1.66 MB 1,505 8
854,158 854,158 0000000000000000000138af0ba3177b8a8764baa90e6321b192a4231be7fe4f 1.99 MB 1,290 5
854,157 854,157 000000000000000000032a9ddbd4df04015fe1ec0644355db08c7e50efedde6d 2.12 MB 519 4
854,156 854,156 00000000000000000002dbaa730d679ba9ffb2c9e2552c4d511d02f36d46536f 2.13 MB 531 4
854,155 854,155 000000000000000000017d2a6821893be40d984be93e76ac6504765d41c0838d 1.94 MB 1,748 6
854,154 854,154 0000000000000000000115cfac3e6799fdc254d09fa32b922de1dd937f67f6c8 2.14 MB 455 4
854,153 854,153 0000000000000000000296346b80f8eadba52bceeb5d6da4c5ee14823f58a83b 1.85 MB 2,270 4
854,152 854,152 00000000000000000002c1a839959849fc662c05dd31743ed3a894f8f48d7d35 1.91 MB 1,575 19
854,151 854,151 00000000000000000001e5d0c149e06399b88fab1bd01256fdc310cb6d63639c 2.22 MB 2,336 4
854,150 854,150 000000000000000000030213009b16cf3dd341f9121c6a8e476236cbcb0c5eaf 2.13 MB 654 4
854,149 854,149 000000000000000000030285486205c0cb12602012f23f69f7677c6df41c9549 2.05 MB 1,200 5
854,148 854,148 00000000000000000001946a5ce512c38fc821086a92f3d4b98c0b197e836e42 1.80 MB 1,949 6
854,147 854,147 00000000000000000001f9b0e14e6a5511387b77b4880284cd779f1435fcb2f9 1.84 MB 2,245 6
854,146 854,146 0000000000000000000042d918ae88a4e594f756ee7724ab3d11662e12aff4c2 1.94 MB 1,693 5
854,145 854,145 00000000000000000003282d543f743992dc7a3fc689e014717dd046be26e14e 1.67 MB 3,376 7
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.