Memory Pool Memory Pool Refreshing

3,604 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,212 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (18,423 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
889,313 889,313 000000000000000000017404f2ec91a23b7ccce695ca02e69489213fa5b0891a 1.63 MB 2,722 4
889,312 889,312 00000000000000000002534aae8e6001c98a1269740b423378a7e3e66c16449e 1.48 MB 3,167 5
889,311 889,311 0000000000000000000064d8a9815580cd8df96d311f99d74a47d48ffe8525e7 1.52 MB 2,591 4
889,310 889,310 00000000000000000000f9f8e8e4ca1888d4ef3d25e9ae7dc0051741d619a006 1.48 MB 2,343 2
889,309 889,309 00000000000000000000329aefa650f0ec8dd1204d0119e8d3844fe2df2c1304 1.03 MB 118 2
889,308 889,308 0000000000000000000234f9f41684ae1c2e7b9946f846aff4a87ecad5285888 1.68 MB 3,442 5
889,307 889,307 000000000000000000003dfcba2e202870de40083b1b2ad1b0446ebaf4630c49 1.55 MB 3,008 4
889,306 889,306 00000000000000000000611fd6b5887d14a0bd191ae922d3d8245f8cb96fd8f7 1.61 MB 3,450 4
889,305 889,305 000000000000000000017b158e833707cc5d907dba24c85188123ae3b38dcd5a 1.53 MB 1,912 3
889,304 889,304 000000000000000000017230bd6986bf016a301c36ae754e3f6eca2163b30afc 1.69 MB 3,729 4
889,303 889,303 00000000000000000000d007f9be0b44eb2b1bf121b15948ab948748f3d72446 1.55 MB 3,345 8
889,302 889,302 0000000000000000000141cc57b13dce4bf8a13a68c3e967933e9dcc8261f876 1.77 MB 4,799 2
889,301 889,301 00000000000000000001c221b6f830453dc25022692be5db8cd4a5840707c342 1.27 MB 1,583 2
889,300 889,300 00000000000000000000e11b0c3c19d0252616a1bf8dfbedb3724d9b9abcbebf 1.53 MB 3,457 6
889,299 889,299 00000000000000000001c4f37bc47aa28c26d020c6fcf07b4b2db0feeadea0d9 1.64 MB 4,047 2
889,298 889,298 000000000000000000013708239553e341468bcee73fbd4a9ec9ceb0f889f12c 1.73 MB 4,589 2
889,297 889,297 00000000000000000000e5b52546c5493935ced58016aecb4704caf387951d96 1.61 MB 2,878 3
889,296 889,296 000000000000000000013f99ad1ff5d31a0209f4d1af26100b89e60265c2259b 1.56 MB 3,235 2
889,295 889,295 00000000000000000001ae9611fc1b2ceec52992e3d37f050ad05d177a76970c 1.61 MB 3,850 2
889,294 889,294 000000000000000000011dd124635cc82c04a0186972538f79ef0a5f80377299 1.78 MB 4,841 2
889,293 889,293 00000000000000000000f210367c10e1bb17e3fa8ce7af2af27352af5e9bd61a 2.03 MB 4,466 1
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.46 GB sent, 93.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.