Memory Pool Memory Pool Refreshing

885 transactions
13.94 vMB
Show Random Selection Loading Transactions
Max Size: 56/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,304 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 544 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,303 (795,608 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
112,695 112,695 000000000000f6a588a71ac74bcbf84ae28c84d416bda7d438694bc1868a61bf 0.00 MB 5 1,939
112,694 112,694 000000000000263259718b10a2d60bc53aff882f2c8d4b947912a9acf2d9a5b4 0.00 MB 10 336
112,693 112,693 000000000001207dad6b27087b86fe2b71a1247524591978ec90e4677b944aa2 0.00 MB 4 3,870
112,692 112,692 0000000000010bd7bb335fa61469c2f03203837fb095fec25b04d24c4e70f97d 0.00 MB 12 312
112,691 112,691 00000000000049c697c39ba6eee8e5c5449a47fecdddadc14a13802ae0726b73 0.01 MB 26 1,001
112,690 112,690 0000000000008479ea85a9a6485987480a6bb587027fdd64a2540e352302fbcb 0.01 MB 22 1,736
112,689 112,689 00000000000094dd001f6eae190ab6675f036965c2914f2db606f3e1417114b4 0.00 MB 1 0
112,688 112,688 000000000000bd7c23859c579fa502b7da7d9367202b28c27fef1c72bd718977 0.00 MB 12 573
112,687 112,687 0000000000006d2817cdfe6c2e556ce075bbeecc6a2d38ea98880cee3786c9fa 0.01 MB 22 686
112,686 112,686 000000000000727a9d1240446f47aefb10357e72949e2721fe3ead0dc6208727 0.00 MB 10 0
112,685 112,685 00000000000005d89bc5c9a27119875f9d47834a2f7be477fc634e20ef772d5c 0.00 MB 15 1,384
112,684 112,684 0000000000004ba3f98b790a093b5b03a1a8f8ce4bed134091adfb7dab9bbcfd 0.00 MB 2 3,861
112,683 112,683 000000000000c8375782a8c1e41a466dc5fdd811888f9b682be9a3e72356f5e1 0.01 MB 20 1,353
112,682 112,682 000000000000cf47118c3ddf572658bee6235c29c23b3c88302fca19a4f11252 0.00 MB 5 718
112,681 112,681 000000000000baa2803c8a48df00252cccd9529d6fc57f940ee1396deb90485d 0.00 MB 16 220
112,680 112,680 00000000000010b0ffa067690c6a9a346c2f79213da7f451719904049b3ab077 0.00 MB 18 1,330
112,679 112,679 000000000000805c18b7c0448039ca3fb08f13294e663d5959a405d6fa00a117 0.00 MB 9 902
112,678 112,678 000000000000e1cb6c172563f536ac64249fe90e740cce5d08abf0146419ff89 0.00 MB 18 889
112,677 112,677 000000000000c09ef86fd7a09e99e49d28774469f47f556ff9c200c42c9317c6 0.00 MB 3 2,074
112,676 112,676 0000000000007edb92154e71fc43ff6037045ca5d860f5173b7d3d94ed2b6767 0.00 MB 4 1,048
112,675 112,675 000000000000e5096006495f5713b5e712e0dedc5e354676813f3e7a1c5a6323 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.19 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,693.39 GB sent, 98.49 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.