Memory Pool Memory Pool Refreshing

12,235 transactions
3.88 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,213 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (620,521 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
287,195 287,195 0000000000000000a66ba167faa8a92545128a2e9127e86e152b83cbd1616086 0.10 MB 209 40
287,194 287,194 00000000000000003d975fab6f3aeffff5144c1203ec493ca4eaab7e1d921ea4 0.02 MB 67 42
287,193 287,193 000000000000000037dd5ab4fc377fb038724550f57306789adedb385d5f3691 0.06 MB 120 27
287,192 287,192 0000000000000000b9d87b6f85c97165facc5c19adfa584fb32e61ea28560b5d 0.05 MB 108 37
287,191 287,191 00000000000000009210dead32378ca4c187dcbea50ec958c9f2fe452d8b496e 0.31 MB 694 41
287,190 287,190 000000000000000121c62902d96649247836f0a1e712b91c0eaa4447df163b44 0.16 MB 292 25
287,189 287,189 0000000000000000b0c5944e17649dbb403a5ef9c35d244c2d1ad429e20b9bd1 0.06 MB 171 166
287,188 287,188 0000000000000000ee11dbfc0c9c9ec58ed87a10be1def2f05f580226f8cf2a5 0.20 MB 374 35
287,187 287,187 000000000000000010273c276830738771ebf6ac845981eab67304ccba4823fe 0.15 MB 287 29
287,186 287,186 0000000000000000042c0ad7977e4b6e062b53722dfe9721ad9d2bdb8758ba81 0.14 MB 247 41
287,185 287,185 00000000000000005dc3872cff775a57c6ad4a3741c1732b52a13c5ab1861f9b 0.04 MB 18 14
287,184 287,184 0000000000000001128fa7cc376e8b83efc25684a7d5832be4dfd904d1ae6e53 0.02 MB 47 35
287,183 287,183 0000000000000000c9b8e2fd98b05c09ee87cc62e40657423f26422ba9d76830 0.17 MB 375 40
287,182 287,182 0000000000000000922b03dbc37edf39c250b5c9052daf95eb20534153d29bf7 0.21 MB 252 23
287,181 287,181 00000000000000013a04f69449b753f387a451ba4a1a7182e60d6d4cabe6c36d 0.10 MB 236 32
287,180 287,180 00000000000000005bd763a99731371b26e7aff42f7e9b977a40483e5b6dbc6e 0.24 MB 383 29
287,179 287,179 00000000000000009e4ce6c01f68cb61ce4c6906914b0d44e71d125a925648dd 0.06 MB 167 57
287,178 287,178 0000000000000000da75e32e941537e00bd2e752527adba6193f35ccaa6da293 0.27 MB 378 24
287,177 287,177 0000000000000000ba57790d317cbc8020350b884ae8d821669059b6c0da4c5a 0.06 MB 108 56
287,176 287,176 0000000000000000f3061ccc0fb4c6705c64807db14d834cd4b3a85f21a1f27b 0.11 MB 156 19
287,175 287,175 000000000000000114a39e71d8368d5d50ea10e1104cfe90132d91d0f05a62f8 0.35 MB 395 27
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, 113 incoming
  • Data Transfer: 1,622.14 GB sent, 92.93 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.