Memory Pool Memory Pool Refreshing

3,728 transactions
1.19 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
907,910 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,913 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,909 (779,223 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
128,686 128,686 00000000000009508df5631847289bf368a73e17abba35a8420c4576f7727298 0.00 MB 9 218
128,685 128,685 000000000000250620749aed504dccd592a6d4ce3d1bdccdf501d16a46fe073c 0.01 MB 25 1,551
128,684 128,684 000000000000267578635e10e53d18796ef686b0f9d4e73153470fa99eeadb34 0.02 MB 24 908
128,683 128,683 0000000000001ffe75b515902cc6b53ef53ea6b82d59122ec228c4b3110b83cf 0.02 MB 41 436
128,682 128,682 00000000000010deb07e2123044bb135396f664d1705851ff703295cec57dd57 0.00 MB 8 756
128,681 128,681 00000000000021a3dadacc8d69acecdae60e3b646c046086f0dfb971fe813d9d 0.02 MB 42 618
128,680 128,680 0000000000000100d4d993233197498fbec6be550fd71807facb887a5eca9bcf 0.01 MB 24 0
128,679 128,679 000000000000169174b14beeef9ee4d4174f1d76e4487a9df0a3f588f3969447 0.01 MB 27 617
128,678 128,678 0000000000000732e80db1b257eaec8ef1b7913efedfda92d92e5b735e42fcfb 0.04 MB 118 301
128,677 128,677 0000000000001c19997fe11387659e06940978158a92a3d238f55796eb3c1941 0.01 MB 30 0
128,676 128,676 00000000000011b94d31ce7061a9ad44c92f69de795339498c3124731a3c17de 0.01 MB 19 2,180
128,675 128,675 0000000000001faef3556f4b9769551288efec6685d16eb8c314aedb1339960c 0.05 MB 111 968
128,674 128,674 000000000000038e85568959cda6c5d13d4dd1a88f758b726a5198d4f1e88a4c 0.01 MB 24 2,283
128,673 128,673 0000000000001312c3672ef8bec5fcb4e62fc7e1b053ea176e6eeeb1cadb22e6 0.01 MB 37 106
128,672 128,672 00000000000016ff5eee564822bd01857ac3a982db8e5d22449694e0e5552b31 0.00 MB 9 297
128,671 128,671 0000000000000e1906758ebf71c1486116f798c293781d9cffd77db02c49a82d 0.03 MB 49 891
128,670 128,670 000000000000197d658ad9878c37d000b6d48e73943c6c7b0c201d18941ab841 0.04 MB 84 368
128,669 128,669 0000000000000d5abf7101d091e0aedb42820052b9e87c88e1163ec9630c21d1 0.01 MB 12 350
128,668 128,668 00000000000023797ccc153d982806af1dcffe793dcf49e88d99582991d2d79c 0.00 MB 1 0
128,667 128,667 000000000000100dfb3989fb6556d9d125cf50a8d17bd8c4b70e8a87b6b2918f 0.03 MB 36 867
128,666 128,666 00000000000017eb8321b0dff2c84cacae9230a474dfee72c0b44308eb462a90 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.37 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,643.93 GB sent, 94.81 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.