Memory Pool Memory Pool Refreshing

5,907 transactions
2.54 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,934 (402,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
505,122 505,122 0000000000000000000a3d525570fb45005387ac1d164c415f80ddbe79c89690 1.23 MB 1,050 123
505,121 505,121 00000000000000000008aa74c7ced1a8a9644f2f5463bfdf3a6f376732226310 1.01 MB 846 118
505,120 505,120 00000000000000000035d3e41f3539797a310ab0f3a5283f59a1cbca73d8b3e4 1.12 MB 878 119
505,119 505,119 000000000000000000535396ce3666068744259f68511fd39a9e846ca4cec86a 1.06 MB 1,101 166
505,118 505,118 0000000000000000002390d18ae414243164abba44108953e095e9dec01a197e 1.05 MB 1,641 277
505,117 505,117 000000000000000000223a7cd4eb4b051ba92c170dbc47baad3c57ebb94949c8 1.02 MB 1,146 144
505,116 505,116 0000000000000000004468dcabe9f75499982a729ac4156236cfd873db72155f 1.37 MB 1,104 209
505,115 505,115 0000000000000000007045223f98c87bcad0789695f00333b8e58c338ec109ef 1.24 MB 1,175 260
505,114 505,114 00000000000000000029fee4528209ce88dfc1c01833bd36e05bbefc53428b19 1.00 MB 1,010 155
505,113 505,113 000000000000000000340b7badb14a683c998d3f89524170dbb3da46018b381f 1.05 MB 1,004 110
505,112 505,112 000000000000000000014d0bb52c4871c1acdf53c6f43b7bf78155d681853e9b 1.06 MB 1,298 124
505,111 505,111 00000000000000000035c9052c3e9e57cf10e6d5fab5486f899cfcaa8a7612b7 1.03 MB 1,260 137
505,110 505,110 0000000000000000006cfd3acaf06d283ac4e1a8fdba37db7ae72badc3745f7d 1.04 MB 851 125
505,109 505,109 00000000000000000027328880d4bdbaa0188f265efcc6a516f2259e2edff626 1.10 MB 2,004 338
505,108 505,108 0000000000000000003ee979f2a7b9737ec456490e0a8a54f6fdeed8d98d4351 1.06 MB 1,617 306
505,107 505,107 0000000000000000004fca8fb530c10aebe5b94c199097b028fb8b96c58957aa 1.07 MB 1,194 170
505,106 505,106 000000000000000000315130265098daa5d9865c71b10d444545745128d1fc3e 1.09 MB 1,178 254
505,105 505,105 0000000000000000003f14035fc0b6c30693b2060ba84a67ae7cadb3bb9282be 1.03 MB 566 98
505,104 505,104 0000000000000000005360fb9eeb0a6d593b8b9c95272ee57b49561ee3eb7c02 1.08 MB 638 144
505,103 505,103 00000000000000000014cf80dabf7e6d0b8dec51bc9914311401a9605f6b3606 1.39 MB 615 100
505,102 505,102 0000000000000000007ad87ace5ddec90c0afd371d67cfd45ca3ad01f9b78cf1 1.07 MB 1,012 176
Previous 10 blocks ↓
Total Size: 769.42 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,645.30 GB sent, 95.06 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.