Memory Pool Memory Pool Refreshing

1,109 transactions
0.43 vMB
Show Random Selection Loading Transactions
Max Size: 2/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
908,498 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,103 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,497 (812,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,263 96,263 000000000001fbc57b1ba9ff6b3c2bb4240804ae3193f43b6e5bda1797d639bb 0.00 MB 2 0
96,262 96,262 0000000000046e184c5e5730551adcab44c120168b0b687323334659b636b024 0.00 MB 2 0
96,261 96,261 0000000000022ec0523714252a871894b9efcf1f44bd00f835ae7f7c24ac35f2 0.00 MB 1 0
96,260 96,260 000000000006fa5373adc5808e4018f37e07cbd0e58622d209ad83d8b2481d6d 0.00 MB 3 1,937
96,259 96,259 000000000001908e72f2e841f4516e183b11a3471907a4e88d9552cd6d1201a1 0.00 MB 5 1,001
96,258 96,258 00000000000629ad3619b646403f4563d52f853fc553e943cdbf8b825d430bd1 0.00 MB 1 0
96,257 96,257 0000000000017c8332f44b87e89cce27a24012a91bde483c99f8adf417f25ee2 0.00 MB 6 0
96,256 96,256 00000000000526fcc83de7a9ad0ef439713b580fd32a8092139e9809e192efd7 0.00 MB 1 0
96,255 96,255 0000000000053d540c3c7d3f15c75793b33c973e6d59a569531a879f3ba07f11 0.00 MB 1 0
96,254 96,254 0000000000079402a9efe36f60740cfe41714642337823e431756b65c71524aa 0.00 MB 1 0
96,253 96,253 00000000000046e1cba2f6f096b775dd977907b9e299e0fc4edec380c73f4184 0.00 MB 3 0
96,252 96,252 0000000000068e925eec7c5b9bcdf7d466d71d9d1710fab9c9009661c866cddf 0.00 MB 1 0
96,251 96,251 000000000007b991726eb2eb7fde95c8bca59d24c326fb626bb5fbc418ff90d2 0.00 MB 1 0
96,250 96,250 000000000000b55a7df8fda856c8b6aaf67023c1cddb584f0934b4081ca427b0 0.00 MB 4 0
96,249 96,249 000000000005b8d137520824032c55213dd1f3d9c374af09445173e3d9715177 0.00 MB 1 0
96,248 96,248 000000000003f1bc9a0c71d84a1eeab70a00b7701d162dae028f5416b1349c4e 0.00 MB 2 0
96,247 96,247 000000000002bfe3fc094a544f65705fc44ae23ab620002fa20b836538ca5519 0.00 MB 3 0
96,246 96,246 0000000000038eaafb9f8e7024418ffaada3e76385b6df911abc094f05ed5f0c 0.00 MB 1 0
96,245 96,245 00000000000450861f51b7c0d2a4a7dc92af01ba224dd7ddb846e784421210d2 0.00 MB 1 0
96,244 96,244 0000000000040a33d93d0e971eed392a0d2ca753b2bd514dd4710fd22cf23905 0.00 MB 1 0
96,243 96,243 000000000006408a7203cc3f3631ad99fcacc6f4498b7515320457970a9ab375 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 770.63 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,824.35 GB sent, 100.12 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.