Memory Pool Memory Pool Refreshing

3,314 transactions
2.82 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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
907,138 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 2,683 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,137 (19,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
888,055 888,055 000000000000000000025b1e405cd512e70a34f656e55511a03fccbfffe10104 1.68 MB 2,011 2
888,054 888,054 00000000000000000000af7f5813f84e9dea43dddc2b68702331cf5f7173c2dd 1.89 MB 1,351 2
888,053 888,053 00000000000000000001d0e8903231c04044986a036af622defbd7de27b97bf7 1.60 MB 2,935 3
888,052 888,052 000000000000000000027ea11b6788c0f20792d476136087807cba8106b97070 1.54 MB 3,401 6
888,051 888,051 0000000000000000000220c0ffb39e73ac1926558f72ca197dcabe04cb270e4f 1.67 MB 3,166 2
888,050 888,050 0000000000000000000169f6d84d3b91cf56bf7e12e0717280f43e5349d4ac36 1.02 MB 97 1
888,049 888,049 000000000000000000009311033345bcb055bb67865858664c2632163da416b1 1.35 MB 1,601 2
888,048 888,048 00000000000000000001a0cad0bf732c67f80545f48f5fa9f2f67b28896ad570 1.49 MB 2,172 3
888,047 888,047 00000000000000000000f1b48eba12339a4f02a30d2f6bc4571ea4b7dc79897f 1.69 MB 1,876 2
888,046 888,046 0000000000000000000075761cc88cde25e2ded5e3b7c97890c850c823b1970c 1.80 MB 2,231 3
888,045 888,045 00000000000000000000fc405ad518d908ef5e74e7f961119f5c434c5d7ed0fc 1.96 MB 1,253 3
888,044 888,044 0000000000000000000047f6620be565af1805ee616dadf0dd27ff9ce34c1b94 1.94 MB 1,558 3
888,043 888,043 00000000000000000001b29ac967a26ad4a2bde07d2371f7982d05f58e886dd9 1.60 MB 4,189 7
888,042 888,042 0000000000000000000183c1d2dff807cce914a052ae5b413678a04f5b341b72 1.81 MB 1,835 6
888,041 888,041 0000000000000000000190cdb5bd49553867f617e7fc2284de4408f8800213d4 1.96 MB 1,463 7
888,040 888,040 0000000000000000000140befedc9c5d3987551bc5149d28f56eb5fb1e6ed784 1.75 MB 3,124 5
888,039 888,039 000000000000000000005321a563efa9b91ab187b7950589284c60c0c22b84a9 1.93 MB 1,552 9
888,038 888,038 00000000000000000001b1fc228c3c7ad22e46d0ec73efcef9bae44dd1bb737b 1.75 MB 2,962 1
888,037 888,037 000000000000000000012303171581f727d4283bce4feee51ff91df765634a49 1.26 MB 1,633 1
888,036 888,036 0000000000000000000025f4a7b81f6b5cd0cd38b4677c1e5f0490d2db74ed48 1.59 MB 3,660 1
888,035 888,035 00000000000000000001863557b74535f15d7a1a1cfd53e2e4237975072be875 1.54 MB 3,109 1
Previous 10 blocks ↓
Total Size: 767.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,532.50 GB sent, 86.84 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.