Memory Pool Memory Pool Refreshing

1,015 transactions
0.39 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.39 vMB 1,010 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (723,765 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
184,003 184,003 00000000000002310eca30fe2b719c0cc548fbd51d992e9fec2471d89e293397 0.12 MB 331 151
184,002 184,002 00000000000003fab433ff9102aa0d9bd21bc6919cfeef8bb77745b649acadb6 0.00 MB 11 88
184,001 184,001 000000000000017c48347973112e2f48dd6ebad919d5385782b55b0341610a01 0.00 MB 10 373
184,000 184,000 000000000000060405a235c6b968ccb18fd6b3800ae9742c2524e28863367359 0.03 MB 64 105
183,999 183,999 00000000000004ef57619bca7df7329d50462c973ab434a2ec9bc32391d7c5ab 0.03 MB 100 153
183,998 183,998 0000000000000289ca07a32b0dc3905fedb52957d512207b012467ba2ab19120 0.12 MB 235 127
183,997 183,997 0000000000000609cfaf0d92140496633ee6bb491246d8b88ef74c18b21f4da6 0.11 MB 231 110
183,996 183,996 00000000000005b3971fa5db385ef6ea5e0cd357820afb8d5707001eee0a3c8d 0.05 MB 109 90
183,995 183,995 000000000000012255aa8cb928a6a69602361b000399cec4988569e8fd438cbf 0.23 MB 649 160
183,994 183,994 000000000000099bfef5318868dc579f65474d987b933624d9cc113a3c9a34b9 0.00 MB 11 86
183,993 183,993 000000000000077090ef1c2a85d72370b94b97367b9a5a35b5afa16d51d5a263 0.25 MB 541 173
183,992 183,992 00000000000006409ad8bceb8ee519b0e372bbcd5705a1f2f65aa37513157367 0.05 MB 139 179
183,991 183,991 00000000000000212d4245c09854c3ae4f72d4e62c5b7e0ebc6724522f73b141 0.00 MB 11 14
183,990 183,990 0000000000000566b4caf51b900ca2fcd941877a8702d00f0ec2a1ce0a1262c1 0.05 MB 121 108
183,989 183,989 00000000000008dd931a77da953b719447ce56df2eaa1bf299872de79c0c4663 0.00 MB 9 517
183,988 183,988 00000000000007cd32422b573e64dc79e62ee3801ea2bea115c4390d900efad6 0.15 MB 248 105
183,987 183,987 00000000000000453c8c79ee48bc8d9e12d12dcf4779827d7e24c9079ea04bca 0.01 MB 22 49
183,986 183,986 00000000000009627fce059f40578ff5360ae81d0cf7e5ba2f655836911834b8 0.07 MB 145 110
183,985 183,985 00000000000003a6e7075880986c8b7a0425ecac7e0547a9c1dac576211879fa 0.21 MB 571 133
183,984 183,984 000000000000059bb37c172242ea71eb3eb9273fc27a9e923cb6c01a0577a773 0.05 MB 127 201
183,983 183,983 000000000000041bde9ecf92e3cf99ab4711c63bb5aa081c7f8171c47a72997a 0.06 MB 128 184
Previous 10 blocks ↓
Total Size: 769.11 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,629.35 GB sent, 93.42 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.