Memory Pool Memory Pool Refreshing

2,619 transactions
19.40 vMB
Show Random Selection Loading Transactions
Max Size: 79/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,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,421 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (809,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,710 98,710 0000000000041686f6659924bdf47ae35fe40dcc621f86063b37ad62716fc98d 0.00 MB 1 0
98,709 98,709 000000000001fb3f958867d1aee551afa2c8ec45de02c4af6183d94a294533b5 0.00 MB 4 0
98,708 98,708 0000000000009e3277a7022364fb99a3eaa8508e64fd5cd21d60e37a3eada4f5 0.00 MB 12 0
98,707 98,707 0000000000037de79c3c13e34abaac6ea170eade5f3abbea0347dfefbd1609b8 0.00 MB 11 0
98,706 98,706 0000000000010f62027252b997d3fb01caf7313713d299e15a3a8ea6606a2fd4 0.00 MB 4 0
98,705 98,705 000000000002b047fda94a8c7fbf3bd073656883749b38dbbad12cb7ce6daf46 0.00 MB 2 0
98,704 98,704 000000000004fd62c94d8162a9d6568f1de8a5091b3809f960222c0bd782079c 0.00 MB 4 0
98,703 98,703 0000000000031c9369a7438697705d5cfbc7284be97e021ddc25926ecf9ff02c 0.00 MB 8 0
98,702 98,702 00000000000231d0deaf6929d7f0bca82037621453cf177eebc3b43e8bc08aa2 0.00 MB 1 0
98,701 98,701 0000000000026a4fe48156900433d7fa1af863f9956afe902ebbb64d9852f7a8 0.00 MB 1 0
98,700 98,700 000000000000fc0bf43f757443d95994da84b0040d92f3fe97b4c49843c8671c 0.00 MB 1 0
98,699 98,699 000000000004d7098addef96dc240da0fa7167dd650c9c2fdad8dcb1c58d8116 0.00 MB 3 0
98,698 98,698 000000000001464b3bfb65f42dc329410d8db536b9662b91a020648d26dd4cd0 0.01 MB 25 0
98,697 98,697 0000000000008b9b38151d812347b2297d01cfaef1a74f940b6de518a33ffc7b 0.00 MB 3 0
98,696 98,696 0000000000023fe8d5affe4066b742142ff77c6cc2e73ac20cbd753e467bfbfa 0.00 MB 9 527
98,695 98,695 000000000004c7c1e2762eeb823af748afb1f89b0957dd47a6ad2760e121e691 0.00 MB 1 0
98,694 98,694 000000000003d19dd6ca88020f56657383063895025ba2e95e577e7a7db1dbc3 0.00 MB 5 1,075
98,693 98,693 0000000000004cf8cc08ae50d65c4d9e5c36aacb0aa63597a8aeebabcf41c48a 0.00 MB 1 0
98,692 98,692 00000000000452863ad5f587af12565e0941a2823f751bf4a9efcfe1a331c122 0.00 MB 3 0
98,691 98,691 00000000000002e9aa675ee9533e525294ee3267f006007df4ae004e5c154ce8 0.00 MB 1 0
98,690 98,690 000000000003e57d898a63abfe21f59af0f90d79fe1c1a9be2cc0bb494e8ebdd 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.