Memory Pool Memory Pool Refreshing

9,966 transactions
3.05 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,407 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (626,127 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,588 281,588 00000000000000013af9de7243f3bb60d3d51af4484c41f040b72d82590cda9f 0.10 MB 157 20
281,587 281,587 00000000000000006d0fb4e62a598fbd072f5ed55a17a7b192a6ad6452ed5c2c 0.25 MB 576 65
281,586 281,586 000000000000000024ee1337c925d0c73bc4b3202534d70ff767b67a3f237610 0.15 MB 338 50
281,585 281,585 00000000000000017ad2474219f2cfebe658d1eacdde9129b6d910ef504aaf3b 0.20 MB 403 36
281,584 281,584 00000000000000019227ace8b67fa831948f2bb9a4a6227ae0bcb57e60c30380 0.45 MB 679 26
281,583 281,583 0000000000000001fce4f0c99711934d778b041b62150388ec8b8b478aed65f8 0.05 MB 163 71
281,582 281,582 0000000000000000228387f430db9262da4bae4d9122f90c2f4873c0f937b6f9 0.25 MB 733 49
281,581 281,581 0000000000000001674014357a5ad60cdf68e9abea1cf249d2b8b2695bbdf862 0.05 MB 160 152
281,580 281,580 00000000000000022a8fe6d84746b46bfc7b4c43320abd7797921ea20d183006 0.15 MB 309 60
281,579 281,579 00000000000000009bfa3234b90a78e945431f51f003d2276c8dfd4c9111d3d5 0.10 MB 153 20
281,578 281,578 000000000000000234b0b10225168a9b409094c08f7125db7f434ac36f195bf5 0.21 MB 356 32
281,577 281,577 0000000000000000be3ae9698aa8c4e074de107a276dec6520a7fc8d1fa4969b 0.05 MB 145 80
281,576 281,576 000000000000000212bde18d87a8d00381233a7cc517d118b0a7bf5a652b3617 0.25 MB 478 57
281,575 281,575 00000000000000022e54926aaa480545776133c4a770483957c4c5130982655a 0.23 MB 296 29
281,574 281,574 00000000000000009c3092c0b245722363df8b29cfbb86368f4f7303e655983a 0.07 MB 116 23
281,573 281,573 00000000000000011cb1d4e9dfa8cd9d41bc1bbb0d4cf0ee5c798226222fefb0 0.12 MB 189 36
281,572 281,572 0000000000000000dc1ee8c281afc5557b2e0f0cc4f6ffb67582f4cae455a897 0.35 MB 459 25
281,571 281,571 00000000000000009a133ef825f6b1d895220c55e02ee2ad618807ffb07991c0 0.25 MB 748 74
281,570 281,570 000000000000000025143da55ab75c9976ca7226d5765bd89cfe1543b61991a4 0.25 MB 689 97
281,569 281,569 00000000000000019686b8465818484281e0ad2458bedfaf03d10bbcadc497ce 0.25 MB 465 26
281,568 281,568 000000000000000036d4957bb09e995037d384fd62981b0e8f27e93eb458210c 0.25 MB 701 84
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.42 GB sent, 92.91 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.