Memory Pool Memory Pool Refreshing

10,081 transactions
4.61 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (637,508 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
270,217 270,217 000000000000000410b48cce2f9fbc74d8ed9df1159ed81b194c97a592eed756 0.06 MB 157 30
270,216 270,216 0000000000000004b3971effcac5b49a2fd2f78fedb45d79b9ca18b3983c097c 0.05 MB 122 17
270,215 270,215 00000000000000068281fb025d1b7cedc9d3a037e5f6485e29f19bcb4a220cb5 0.16 MB 347 67
270,214 270,214 0000000000000000bf861430d0d85ae3df5706cbeaa8f6be4150e90e4bef09a9 0.18 MB 390 76
270,213 270,213 0000000000000000ad085ca77c6e587433a5902ca3fa55b3c72659cc1ec34811 0.07 MB 110 28
270,212 270,212 00000000000000046f6f9c2500c54bf6aa4b1a8de5c46b0df13b9356c8566421 0.06 MB 146 25
270,211 270,211 0000000000000004a5aedbecbd02aa8a978c7e9ecc7e52a659b1dfb4764091cb 0.42 MB 579 45
270,210 270,210 00000000000000033b90f5722dfe737d917fbc4ca2fe8170cef80504ee328b8a 0.25 MB 394 27
270,209 270,209 00000000000000066fa924e54b4c4e1934bd394329b24874a5eb545912557774 0.25 MB 618 156
270,208 270,208 000000000000000166581e5308eb9ee426ff5ef14937fae0af369c44c959cb2a 0.19 MB 338 55
270,207 270,207 0000000000000003821bd72a2bce6682abb05ae660fdb69f02c2b7998de28ae2 0.32 MB 532 92
270,206 270,206 0000000000000003ac6747e45f5a29a05075a54f3c8d306cc1e2aae0803843e3 0.25 MB 580 130
270,205 270,205 0000000000000006b6e50a618e760758f468fdd16c12e0095ca8629dbc74c937 0.16 MB 121 20
270,204 270,204 0000000000000005844c550d5eaa6ec027b04f6decdce4b0ff5d6ad3ab01894f 0.50 MB 729 55
270,203 270,203 000000000000000145be3ee5ee7e60994a5d2a9f053c810877cd30be57f920fc 0.50 MB 1,231 58
270,202 270,202 0000000000000003480c6780868e99326f0b336b570f3d9c52643c3039446055 0.25 MB 681 268
270,201 270,201 0000000000000006afc319a360003791b54656e97f94c0cefded5c8909e1eefb 0.27 MB 245 21
270,200 270,200 0000000000000006c536e2c7e9545aafb2663a95084bddf68d9251db8685b2f5 0.20 MB 481 37
270,199 270,199 000000000000000439abdffbf0786afcb5df9051abca160748f135c388425736 0.20 MB 399 135
270,198 270,198 00000000000000001af1f14500e1f69824e0974da98cc56dce9834219a62188c 0.25 MB 295 16
270,197 270,197 00000000000000069e68250ea6e13a3f1a993f3ff945341253e3f86a250ec42f 0.25 MB 773 174
Previous 10 blocks ↓
Total Size: 769.03 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,625.69 GB sent, 93.04 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.