Memory Pool Memory Pool Refreshing

35,020 transactions
28.50 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
3 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,911 0000000000000000000297fa0000000000000000000000000000000000000000 1.00 vMB 1,334 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,910 (761,496 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
114,414 114,414 00000000000072c486bfed43ddb991ecf67fcc948df0eea49e6fe9629402eed5 0.00 MB 12 958
114,413 114,413 0000000000004757f3a5a0235c9d6090f8bc2c4c33866235795f93d3f8222d66 0.00 MB 13 976
114,412 114,412 00000000000071c785cc1a3ad65d5ab2471793df2d5d6e73bc04ea80d3ef2948 0.01 MB 41 1,212
114,411 114,411 0000000000000f630a22325c5f5cfef059e0548578410a7c6e3720b8b6cf7af5 0.00 MB 11 0
114,410 114,410 00000000000000d32b6f2012a8f5211716fdab6e029ad62c8ed447a3d62bfb5e 0.01 MB 26 1,855
114,409 114,409 000000000000931cca88b6e8c31f2298ed7c26378e851a4930ac719502dcf959 0.01 MB 38 805
114,408 114,408 000000000000aa804e24060050240cab9d6a310484934367e8054f93a0bb515b 0.00 MB 10 3,938
114,407 114,407 0000000000003655c26e2b989f58190258c7f48ee5d600a771542c0852336ef2 0.01 MB 42 733
114,406 114,406 000000000000a1e5822f51c30a5e6826b1e04ef60bf87c10c88c93027a9bdfb1 0.00 MB 5 3,868
114,405 114,405 00000000000049507bcfa2f3b40b972b8fd4fe543d68c8405a4e8fb2db79daf1 0.01 MB 22 1,281
114,404 114,404 0000000000000092e2f7f1ac97690d07aac4f7628c52c0c3b39a4648b0f987e2 0.01 MB 19 1,247
114,403 114,403 000000000000b1c5bcb23c556cb9511a591b3e85ce55362af89c48cdc2538549 0.01 MB 18 561
114,402 114,402 00000000000051cae45e9d1cb730d6ede28fae94e38cc9f9996322a56d3b64c8 0.02 MB 72 1,792
114,401 114,401 0000000000009ac540ac6db87f0e9958920512d2c37a571cb9c9936313398945 0.10 MB 435 157
114,400 114,400 0000000000003c5f83c5d5265ae0904d84067eef09de7424f3747248980df77e 0.00 MB 3 3,875
114,399 114,399 000000000000c0f8b5d750f9e88e5045ba42e6fe67504f204722a80e24cdc68f 0.02 MB 50 1,930
114,398 114,398 0000000000009043d57e10b055af997bf5c37584c61e276a31b15b3402ee56b5 0.01 MB 7 274
114,397 114,397 000000000000ac28cac79c075e0023f101571c970746bbe96c86cb99792cb91a 0.00 MB 2 3,891
114,396 114,396 000000000000a16bf4251da325adf26abbf5bd1591275fd78a85b3cfa543fa3d 0.00 MB 13 0
114,395 114,395 00000000000073bc9cc399e29927c57768786424d797052e96d1a6f5c05d3e31 0.00 MB 10 1,397
114,394 114,394 0000000000008999811fea921ee5ee012ab7ad6804ea7dc5ff6443c1f7d04b66 0.01 MB 32 723
Previous 10 blocks ↓
Total Size: 710.32 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: 645.48 GB sent, 14.30 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.