Memory Pool Memory Pool Refreshing

1,686 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,507 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.48 vMB 1,679 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,506 (812,237 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,269 96,269 000000000000574f034d05c738511512938b1c0ce523fc7c27c0ff63edb8bd35 0.00 MB 2 4,464
96,268 96,268 000000000004c7813bcd93e9b577d09299464bf6ff5460a820c65f542b12d63d 0.00 MB 1 0
96,267 96,267 000000000001a29093807484cb45efa17762189adc638c90ccb28a1236d16842 0.00 MB 1 0
96,266 96,266 000000000005bd57ee9384f5c3730b95b5aee0ffd338097519a47bbf4482c65e 0.00 MB 3 0
96,265 96,265 0000000000040b82c46689142618c4222795f4bc01569fca2ce41f32f29e26d9 0.00 MB 1 0
96,264 96,264 000000000007de154db21ed2f9c2f5ffc6d2255a56e50e6cb2a4f362262cfd46 0.00 MB 5 0
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
Previous 10 blocks ↓
Total Size: 770.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,831.63 GB sent, 100.20 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.