Memory Pool Memory Pool Refreshing

6,564 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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,584 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,619 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,583 (813,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
94,908 94,908 000000000001a15e5b6f2155801baa72270dbab01a90eb49668fa12bc63bc72f 0.00 MB 1 0
94,907 94,907 000000000004587c17a8194099e426c06db8b8bc1251daffa1fce379d4d1ce73 0.00 MB 1 0
94,906 94,906 00000000000265e47f4f78eab1a046f84a6b27a0e52ef754bac8cb9969e33b1b 0.00 MB 2 0
94,905 94,905 0000000000022d0d4c1f39b605ba122aa0bf2f98ae9d1aad55caca204cd5dae5 0.00 MB 1 0
94,904 94,904 000000000005cc02a450153cb3930dd362f0c196cae9d090e06c2e8d0e9e755f 0.00 MB 1 0
94,903 94,903 0000000000074652e6f325648b0756ccfd3c7fdbf0418516547aad5949a3dc77 0.00 MB 1 0
94,902 94,902 000000000004cd3717e8ffc6fcec21c15718ac44085423cf517be08bba2e026b 0.00 MB 4 0
94,901 94,901 000000000007c278402bae2ff8d81e3dbaf4764c4ea4b1b66af6b9cfd65bbee2 0.00 MB 6 0
94,900 94,900 0000000000066e0020f4f74c274569a6c19227ccff8ab0f8459dc38f009cea56 0.00 MB 1 0
94,899 94,899 000000000006ad796a54803ee0ac7227a6b625b86010c2ecd14b90c316e8a846 0.00 MB 2 0
94,898 94,898 000000000005724834a34b3b6a802323b5e158dc29d4145a90792a61f13c92c7 0.00 MB 1 0
94,897 94,897 000000000003b7f8278861ed6db0414f3f4933b6bfe356eb7345c7861c380fb0 0.00 MB 1 0
94,896 94,896 000000000003e57a359766f9544b6e5a8a5494263bd7bea486df08612cd78f0f 0.00 MB 4 0
94,895 94,895 00000000000704efba02bc1dcbbfc1cf11fb67daf774e0aba2634812174ba634 0.00 MB 1 0
94,894 94,894 00000000000549566e0554aa6d5dc4a7b89b8ad574141e7a6ec5626dd12e0c4f 0.00 MB 6 0
94,893 94,893 00000000000511193e6a1ff00f89600beb1d3310011ddaf7e442715a132109d4 0.00 MB 1 0
94,892 94,892 00000000000804fc5530ecdf75a219b5926c204cb8a5e633e6aa2f56d1c5aa0f 0.00 MB 7 0
94,891 94,891 0000000000030809bc5fb425513a5d6a4a9b5504a30e04675001887039d80d91 0.00 MB 5 0
94,890 94,890 000000000004470f20de34b43fbb4c20ebd6b13737051b66f8e1e87a33b8745b 0.00 MB 8 0
94,889 94,889 000000000000d11e9e19acd788322a18ada78b459b0e023f79c65eabfff134f5 0.00 MB 9 0
94,888 94,888 000000000002278af7238625fcf358479bc22fc48976fe25f4e7ec11011834d3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.78 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,848.94 GB sent, 100.91 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.