Memory Pool Memory Pool Refreshing

4,074 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,738 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,518 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,737 (117,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
790,456 790,456 000000000000000000037e4737360d910237fbc828c25ebf6d5c7ec184449cd2 1.81 MB 2,986 75
790,455 790,455 000000000000000000032cb5fa9512ee3f6077f9a55bb99660a8f3eacb1e47c4 1.82 MB 2,859 66
790,454 790,454 000000000000000000059b4c980067b71910c530c4082ff200e6dc7224bd140e 1.80 MB 3,919 81
790,453 790,453 0000000000000000000470980b94803f2256b22542ad540e4d26b62a9b3e17ea 1.68 MB 3,955 88
790,452 790,452 0000000000000000000171f7cc749348929c7543b5248a54b2eb9519f32723c6 1.87 MB 4,065 90
790,451 790,451 0000000000000000000060b9cad0e38d44894af689e42421911c9c532ce74981 1.64 MB 4,039 98
790,450 790,450 0000000000000000000583a493c013f37b52420671c19d92dae8e62fdaafb22d 1.66 MB 4,313 127
790,449 790,449 00000000000000000004a1a26fbea8b6112015f3b09154aae13bd573f336ea29 1.67 MB 3,922 80
790,448 790,448 00000000000000000000118365baec7dd735bfe17c6b89bc7f59809825a35467 1.86 MB 5,158 106
790,447 790,447 00000000000000000001a16e3e43523fae6f72c1a775635a316baf47aba2208b 1.87 MB 4,321 83
790,446 790,446 00000000000000000004d48b52236632e71c8a0ccac7efdf17f98384c2a3201d 1.81 MB 4,843 106
790,445 790,445 000000000000000000012b8bd8d81b45d0ec3d52d01973bb7567da7059d350a9 1.84 MB 4,870 120
790,444 790,444 00000000000000000000208ecb041601198e9d42bdf72ad7db8b028c4a598c7f 1.84 MB 5,080 109
790,443 790,443 00000000000000000000887219c6d594acfc9bf3091aecc3ceb99a81b68e26e7 1.85 MB 5,126 113
790,442 790,442 00000000000000000002df4a6ea972bf9c61662d901cfba17d6d0866b66a7893 1.72 MB 4,553 119
790,441 790,441 00000000000000000003b55e0965e3b651df5e921a80141dc96ea6e4ad5be213 1.71 MB 4,159 99
790,440 790,440 000000000000000000020c14012dd2362c12d4c0bcd0d08f9aecbc21436fb46b 1.79 MB 4,721 66
790,439 790,439 00000000000000000002e98756b76020224d5e8ceb02ad7b02471ac53adb6374 1.69 MB 4,373 96
790,438 790,438 000000000000000000039cf43eec3919a6c57acd120b422998fc33360ee567b0 1.78 MB 4,313 63
790,437 790,437 00000000000000000003269811c1bbeb5c42221090f505defedfb32d0b22cf4d 1.79 MB 4,220 62
790,436 790,436 000000000000000000038c514f956454417cc72e26dbe0c2147bfe896b0db5a1 1.65 MB 3,988 94
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.