Memory Pool Memory Pool Refreshing

2,698 transactions
1.09 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,896 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,398 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,895 (733,173 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,722 174,722 00000000000004144c3bad9fe2d6a4ccb3c716b8587c06b1542700fb77b4fe14 0.04 MB 148 83
174,721 174,721 0000000000000287c2dc2735d93a5ec980a7552d9444bbb32bf47091da5be9a2 0.00 MB 12 49
174,720 174,720 000000000000041f1d66ea7d7a214366df6f40d0c2aa88929162afc2bf86768b 0.01 MB 31 48
174,719 174,719 00000000000009dd806a658116a13b8b55f5f85ad2c7df44b2d6eea0191cc37b 0.00 MB 12 3,390
174,718 174,718 0000000000000770f0f53d5f78933b3f9c0e97d406258baf0c436714bc639ccd 0.02 MB 22 27
174,717 174,717 0000000000000145bb59b9e7576b1c60b8f2d4b5ef0cc599430b3a62cddcf59a 0.04 MB 85 168
174,716 174,716 00000000000002ffd0d3b49f749f19869ad4b031d503ff5ff3677d11eb798d2a 0.03 MB 45 11
174,715 174,715 000000000000064791455adb9fc6971ad0eda0bb30ae503e9f6a7a1667cb2d27 0.04 MB 76 77
174,714 174,714 00000000000008b014385ddac8f8fdf94e066a5c6c8a3a43627571cd35b71274 0.01 MB 11 105
174,713 174,713 000000000000062e3ef9798e0cb2b60a4ba5ce7957509b55503099cc9e94abc7 0.01 MB 45 175
174,712 174,712 0000000000000638c0f8385f8eb38702348358ed00ea12606505588be18b7734 0.01 MB 37 152
174,711 174,711 000000000000076619487f80c79d1a7fe2e09f0cc64862db23c41782d6097e4e 0.02 MB 48 203
174,710 174,710 00000000000002e2e219a5f41a97f1a9f6582e7b6d4b65d15bfc96557f27be3f 0.01 MB 28 26
174,709 174,709 00000000000002910453199e95b288c96c64c1da0362b040dd69b768942050a2 0.01 MB 27 180
174,708 174,708 000000000000081c548ac1ecfc2158fb3d9295c355ad0e1d5cb500a20f43aedc 0.00 MB 4 22
174,707 174,707 000000000000084d65e1c9d5945d763e1d4f6d552890ea4d5e171b760df2bc29 0.01 MB 37 19
174,706 174,706 000000000000015cd36ea227dc6be484f5521c2a6950ba8189c050dbe4acd2de 0.04 MB 36 191
174,705 174,705 00000000000002ab4ae8f0cd8553e89da27150511204323e19473ece572acd5a 0.01 MB 19 157
174,704 174,704 00000000000000e4005c995aac5a4216adec6d2b6ba7761878b8e46e1955e292 0.01 MB 13 64
174,703 174,703 0000000000000795fd3d795cd12084a05f2b86dd04884c0f2870f0c44f626b6e 0.02 MB 15 838
174,702 174,702 0000000000000285555a3418cf3ffeceaeef9291f021e350b66ddea9228479b6 0.04 MB 138 49
Previous 10 blocks ↓
Total Size: 769.35 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.46 GB sent, 94.68 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.