Memory Pool Memory Pool Refreshing

1,466 transactions
0.64 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,915 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,448 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,914 (593,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
314,719 314,719 0000000000000000239d2675f659edc2f2f9ba0eb4817509d9b7091645b62796 0.18 MB 329 25
314,718 314,718 000000000000000017823c73ea581ffd3f9c585601fbe786bb5ffebadb4c1e16 0.03 MB 32 1
314,717 314,717 00000000000000000f1edae4468de3699ad61d6d13bcdfd223f9aff637c09363 0.21 MB 402 25
314,716 314,716 00000000000000002b7e4132f46e5569cad675e67494e85fbc9225d899525696 0.00 MB 1 0
314,715 314,715 00000000000000002a1a94ea9c91f9784108400e8a8ad3b53ae4827289c39dcf 0.51 MB 997 27
314,714 314,714 000000000000000008fab83020c47d7a052a05cecbae0a94aeab5ab33e4d3357 0.12 MB 268 38
314,713 314,713 00000000000000003773b4a720c81ea1971b1ea2c26cb406a00af3821970823d 0.06 MB 66 3
314,712 314,712 00000000000000002633105f410453ff078f78621c251fede4a64feaf0f88eb4 0.04 MB 89 34
314,711 314,711 00000000000000000f89514bdfdfb87c1a2d556f4645cf96951569c39d103905 0.19 MB 392 28
314,710 314,710 000000000000000014aa71132b20ed126bddac51f469d0b4f441ffbcb7ce4a99 0.27 MB 420 23
314,709 314,709 000000000000000002ea9075ad20cf132bed0e4b85a98331508c0ed6f35eca12 0.35 MB 553 23
314,708 314,708 000000000000000031847faf56963e8830133585ed79921a15cd56729feb34ac 0.62 MB 1,269 29
314,707 314,707 000000000000000013634c3f5c859bd35f88b1beb11ab98ab4f11f4d2f978d71 0.10 MB 175 16
314,706 314,706 000000000000000000df17d0479e53dd46754018b7711472563654797c1e8e11 0.14 MB 265 24
314,705 314,705 0000000000000000030d465578b3135d509c14268d1d155a4cf6ba6d5afad851 0.12 MB 230 24
314,704 314,704 00000000000000000bcc37b9e7ba1611e87c3ba2c460be517287bfc44bfb00b2 0.28 MB 289 18
314,703 314,703 00000000000000000ef158462deddaa83eef22c5e52c4af8f5ff4c4b8fe92887 0.25 MB 764 41
314,702 314,702 0000000000000000360879a7bfc2b1c323e7a467b76d1779edea3ceb0f3c9882 0.06 MB 56 3
314,701 314,701 00000000000000001dcd6a22e2db723b60fd7380df16f78ccc30c9ce4d039da9 0.10 MB 175 15
314,700 314,700 00000000000000002e1a859b4c1eebcc41a8cb58bc2484c8018869c812a172d0 0.19 MB 363 29
314,699 314,699 00000000000000000d78b362735d61db417120e4619f6a779c0ac1b3b4beb99b 0.21 MB 347 22
Previous 10 blocks ↓
Total Size: 769.38 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 113 incoming
  • Data Transfer: 1,644.14 GB sent, 94.85 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.