Memory Pool Memory Pool Refreshing

2,624 transactions
1.23 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,091 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (761,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,061 146,061 00000000000004ecece4bfaedd6aae2b0998f092b7580d1ae4e0157c0d304cbe 0.05 MB 114 40
146,060 146,060 000000000000082f8afab182e8006353df65aa0a6c0ab631e1843cb1126aa5a2 0.02 MB 33 82
146,059 146,059 00000000000006170995fef77cd0e9cd8bc02b561b877ec5c56a198daf2948af 0.01 MB 19 132
146,058 146,058 0000000000000858f9309c409fd7b47de16415cbe9a2293a536769a02ead5307 0.03 MB 54 73
146,057 146,057 000000000000020e3cb1eef8da793ca362b2a7fedf096b607d2247208ea7268f 0.04 MB 136 75
146,056 146,056 00000000000007e22539e6c7cb8de1901ba18a21a0708cfeffe6e0a964d3a42e 0.05 MB 83 68
146,055 146,055 000000000000027a29173d23763cbf910c97850c41da9233c031441e754bda25 0.02 MB 28 122
146,054 146,054 00000000000004b1f22de909d3b9c31bd037c9cbf3eebe1b79de8b663be9ce91 0.10 MB 35 66
146,053 146,053 00000000000006c130120e18a263488ea2e3f4b7e2bc30b7ede5fc7247d2bfe7 0.00 MB 8 649
146,052 146,052 00000000000001873dd52b2631b653948020ca2c4ccd96503262ab6ecdbb4a29 0.01 MB 25 18
146,051 146,051 000000000000026a82d8eb0e5637d839f2d1784c7c4304fb292c638fec82e96f 0.02 MB 31 126
146,050 146,050 00000000000004b9c85127232aa14c0f6e7f8209dd33e174c21565d53a5aa8f7 0.05 MB 133 170
146,049 146,049 0000000000000781894ed3894e5851a0b3852b9bc5fe6e0ccabdb21b292ec95c 0.04 MB 65 163
146,048 146,048 00000000000006aef624a1d64e79b109d4fffb1a0916ef67b589b0111f7e359d 0.05 MB 142 300
146,047 146,047 0000000000000547a488fedb597e99149bc8e082d09a37def225c717294eaae0 0.01 MB 13 98
146,046 146,046 000000000000097c7d6ceebd8a60398cac951c0bfa4a317133898cb0d3762bff 0.00 MB 5 0
146,045 146,045 000000000000054cc8688bf095dd2c6575cc3e5f5c498a34c496380d57cbeb83 0.05 MB 161 82
146,044 146,044 000000000000017e5c0929a6bc7c5c9a67560bb977e8d2a1e96d4d30b2dc5dc6 0.02 MB 40 66
146,043 146,043 00000000000007cf79b63effd66603d59ac4313bb9bb7d6fd0f31d2dd94494c8 0.04 MB 90 399
146,042 146,042 0000000000000314b19593ae1c388c72960686166888c2e906f07500446b1cb6 0.03 MB 45 60
146,041 146,041 0000000000000318b23cac9d14239a92667a7437e74e041b4c8dca3e020b01cd 0.08 MB 118 155
Previous 10 blocks ↓
Total Size: 769.13 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,631.04 GB sent, 93.54 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.