Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (400,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
507,110 507,110 0000000000000000004b602fe8f72bbb1852ee6fc20e9949903c93f4c9507d14 1.03 MB 986 114
507,109 507,109 000000000000000000332f2e92f7ca3af1451ab808ba131cc20fe538f02362a0 1.05 MB 1,099 73
507,108 507,108 0000000000000000002f8f620bae3948be6dd472b7c7c80f49a53a17f7a13f6e 1.17 MB 1,230 146
507,107 507,107 00000000000000000059f282ffc2d6ffc37ad0f6a2259432ee8fd315ef2014a3 1.00 MB 2,303 193
507,106 507,106 0000000000000000004e613ce8fd42c08e309ba2b26ce30d4af31a4a5e81d1b8 1.05 MB 1,865 169
507,105 507,105 0000000000000000004d3eee02c036fb07b06a85b8183d4db2d0617468db14b2 1.12 MB 1,741 278
507,104 507,104 0000000000000000005cef19f8363383b349892545c5864a4f0f3fa9c3ba69ed 1.08 MB 2,042 205
507,103 507,103 0000000000000000003498d47d3db88a846d5ece436120a0441a12087bb4348f 1.15 MB 1,712 147
507,102 507,102 00000000000000000052446c679c3dee96d922748169eb31177ea903117a340d 1.07 MB 2,122 179
507,101 507,101 00000000000000000062deb3cb1a7c9b356e860efc0a0b195f0afc541ee312a7 1.14 MB 1,807 98
507,100 507,100 0000000000000000002810acc74bcfe15e47c7c9413eb92f87344dc0dcf645cc 1.07 MB 1,980 185
507,099 507,099 000000000000000000227373d5749f4995cce0a398e041346e08fc69e4ef8960 1.07 MB 1,781 196
507,098 507,098 00000000000000000057132e4108bf2718bf3cdc21b3e87a3e1128ae21d6b4cc 1.04 MB 1,590 192
507,097 507,097 0000000000000000004bcf55bc3a6c63062f8d6dafff853317a70e12c4d7e18d 1.05 MB 1,702 157
507,096 507,096 0000000000000000002f2081fb8c0211c8d58a5fab9ca74b6e35240d91c872e3 1.08 MB 1,789 165
507,095 507,095 00000000000000000034b32fb94c979fad75e662f66e3004b32a10f50577429c 1.11 MB 2,556 205
507,094 507,094 000000000000000000022ef5ebfddd904b5b7cfe3b1d7c01b64e2ceffa768595 1.06 MB 1,996 204
507,093 507,093 00000000000000000012162042dbfd268a9103397284fe3e92782f349c38138a 1.05 MB 1,193 165
507,092 507,092 00000000000000000033577861960804399994d4215ee2b7ec7d7aee800075f5 1.07 MB 2,334 175
507,091 507,091 00000000000000000021b22fdc1878df4e044861c4ee41b2cedb17ec23de3978 1.11 MB 1,981 216
507,090 507,090 000000000000000000295a6abc95aa4605b9706bfa0d25927fe4b79816f1cdae 1.10 MB 2,301 196
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.