Memory Pool Memory Pool Refreshing

6,628 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,141 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (777,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
130,717 130,717 0000000000000c7925b267f898514a0496392628945b4ea5bd16bd87c291928b 0.01 MB 12 2,144
130,716 130,716 00000000000018b44f340930fe96da75676a719dcfc214b2e590c17d6f8d7644 0.03 MB 32 42
130,715 130,715 0000000000001972bde0238f1d7d7d71c7c0969dc04edabdb49e0436e94f9acd 0.01 MB 13 663
130,714 130,714 000000000000088c495907e4855237fd109910805853378e172f8ec78923586d 0.02 MB 30 1,091
130,713 130,713 00000000000000f327d8bfca3ca5914ef53ca3cd2c663126bb88f0bdbc5e6036 0.00 MB 5 582
130,712 130,712 0000000000000f72ab9c9e7ba546594607083ea463f57d44a872d9557deccfe8 0.02 MB 49 637
130,711 130,711 000000000000087ac058bfab682eee5e14b234b21b3b65ba41032d6391af99ae 0.00 MB 2 4,464
130,710 130,710 0000000000001313c055710683bcc24bbc2b62d2a5b99a84dcd593a00960a3bc 0.03 MB 97 500
130,709 130,709 0000000000001814dcf36c2f795ff941df30e4be9e96670a1af73cd404e45747 0.05 MB 177 83
130,708 130,708 0000000000001c6e08fb736ca55d2b891d2370b3168568a727f9534046623ae8 0.05 MB 147 430
130,707 130,707 0000000000000675df8630dec954d284cc8564928f6c31a87cdd86a13d544cbc 0.05 MB 156 41
130,706 130,706 0000000000001648ad2c5dd2a862e78aff35cf11782dde71e468962b6f5d77bb 0.00 MB 11 0
130,705 130,705 000000000000012c1c3080d4455ecf528c5afc1271c0bbc6bbe37d97054d64b3 0.02 MB 30 853
130,704 130,704 000000000000199032a0dfcaad1bfa9009b0311dde0a2fe1f496d92fc18ced61 0.02 MB 30 1,693
130,703 130,703 0000000000001822c5441e5040329dc393e1428ff346ff9bab0a4323ac502306 0.01 MB 32 1,717
130,702 130,702 0000000000000fd46e110cc91d1b58b9be4d50529112928944190dd0c4f15f16 0.05 MB 154 98
130,701 130,701 0000000000000c2fb17dcb4ff7e0b8d3060620e95453313a6602b5b7344d3a05 0.01 MB 39 184
130,700 130,700 0000000000000eb7bc28fc431de3a10df60f26298946f4eb2a65e02f325af46b 0.01 MB 5 1,280
130,699 130,699 00000000000003bf5c08b4f16630ca64ea06849370139df5ce1f250c4ca8a464 0.01 MB 22 1,625
130,698 130,698 00000000000000f833e0a0dfb943b33f47422e376f6a5f2cd27367c24127f23e 0.00 MB 10 636
130,697 130,697 00000000000006a92262d0bab4c49bc95174c1a979e2f903fa80b24499de1614 0.00 MB 11 0
Previous 10 blocks ↓
Total Size: 769.21 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,634.39 GB sent, 93.99 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.