Memory Pool Memory Pool Refreshing

558 transactions
9.06 vMB
Show Random Selection Loading Transactions
Max Size: 34/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,348 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 232 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,347 (797,829 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,518 110,518 00000000000049ce8bfdfad8cefdef76eb3eaf13e851387813917ce3cb29b563 0.00 MB 13 0
110,517 110,517 00000000000107604f7934295f7ee4a8e961160cf31bd2960d0d99c7bb30d895 0.00 MB 12 0
110,516 110,516 000000000000313250c8467a4f530d56e56a46fd11ebbb82ee88ad37e84d4f68 0.00 MB 18 0
110,515 110,515 0000000000012705e7f3c106a4613f030f542c71defc86d802070b53b4e4d4a1 0.00 MB 3 0
110,514 110,514 00000000000025b656a3ccfd4a5d1a93530a5516ddb3b78e98d31df55f4cc826 0.00 MB 5 0
110,513 110,513 000000000000364017475618795b87fb94234f148d7405fc158590ab1e864cfe 0.00 MB 1 0
110,512 110,512 00000000000172ccda08c617cc728836b14126777c04ef085fdf8956a3a27a9c 0.00 MB 1 0
110,511 110,511 0000000000007d9adce59dfc538f3e5c27a1aac2d791a8ec22cf1f48a5e66066 0.00 MB 3 0
110,510 110,510 000000000000cd11236ec5392c2505df836c1f08428e4ba8a14d68244f2f9485 0.00 MB 10 0
110,509 110,509 0000000000004e98bf659b635f8d0bdb44149c74791aa465a05a8b6988f35dbc 0.00 MB 7 0
110,508 110,508 00000000000028a7c17396019a32a535a3403a9ac1dfc12d05ae1c01ff71519e 0.00 MB 5 0
110,507 110,507 0000000000014701bfc4f1d10fe7f651f62d8ae7ad8daecce8e930b578a41fcd 0.00 MB 2 0
110,506 110,506 000000000001534211bfe307cf308abed793ca406479e7c5f89bdd457256b946 0.00 MB 2 0
110,505 110,505 00000000000157d4a6d37c58b22c43ca21661895e2fbadfacc50e04fc6775687 0.00 MB 10 0
110,504 110,504 000000000000636a59bc9ea33fa64e348f9bb195ff2115f8c7f85f2ae324e46f 0.00 MB 3 0
110,503 110,503 00000000000076a6ddecb2f0967cd87ff528ba040bba553103b6db141d1c0d4e 0.00 MB 6 0
110,502 110,502 000000000001800c85aa773f9f976f04985324c2c745635756e4084dd9bf0ff1 0.00 MB 5 0
110,501 110,501 00000000000000240b044a3090d3ae4f9b342a840640240304eaa8f68a0fa1bc 0.00 MB 4 0
110,500 110,500 000000000001b4f0587cc2e31d3ff2c63d7cf6c1804fadafd2122d54591aaf80 0.00 MB 5 0
110,499 110,499 00000000000058d2924343f7d4f01d67149ca120feb55410396cf8572267cc8b 0.00 MB 3 0
110,498 110,498 000000000000d82c1f66b75b2c643cc856b9439431b9bf83f917610043ca6a1c 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.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: 1,701.92 GB sent, 98.83 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.