Memory Pool Memory Pool Refreshing

957 transactions
0.37 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,426 00000000000000000002349e0000000000000000000000000000000000000000 0.35 vMB 957 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,425 (826,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,132 82,132 00000000003d18337d006efb427ac9d40f73030aa44ef25db12b6c0c57ff118a 0.00 MB 3 0
82,131 82,131 00000000003c9f79321b6e837eaaea4b179fb1e67c606f693a5f0efc594725d1 0.00 MB 2 0
82,130 82,130 0000000000032818eeaf0fdcf097852e725e115010f386c8be27b070d91deb60 0.00 MB 1 0
82,129 82,129 00000000004463d1c8be446c5f1dbbf104dd3aa7561bae65213b18d1ca3eae3a 0.00 MB 1 0
82,128 82,128 000000000027fb658685e2d4c3586b04a56e397a62ab79d82ac490e3dea05a97 0.00 MB 1 0
82,127 82,127 000000000005ed67c8d19b8f615fa6f2b4e9ca348fd39d98d26cfea178a7b2f9 0.00 MB 4 0
82,126 82,126 00000000001b369917510c50bcce332aa167f5ee0dfbf3ab50491c6fbcd3cc2d 0.00 MB 1 0
82,125 82,125 0000000000163f9e2a32a70a83f2680aa4c516495f78c6712e7d945bfce6c4f1 0.00 MB 3 0
82,124 82,124 0000000000409e24e71fcd75d17327991807e8ffe4af3199cfa0be24d21e2026 0.00 MB 4 0
82,123 82,123 000000000020e18aa54036e618ae1910ff30e164dd91d33dc20bf02d945c7341 0.00 MB 2 0
82,122 82,122 00000000003978ed30233b40053662f2f6f3a8499ac34a46d5ae4ad27dd7b137 0.00 MB 1 0
82,121 82,121 000000000006a084ef8d4168c0d7915dc7f01ee9f769c8cffbb162f580740229 0.00 MB 1 0
82,120 82,120 00000000000447fb7477f86cbda881cbaa2f4e25b5b286177d59aa80077f3b7f 0.00 MB 2 0
82,119 82,119 0000000000080ff344f44ad8a1db8dbc194fc81a130a32f12fb118355e346f81 0.00 MB 1 0
82,118 82,118 0000000000344165ad591f276aae369c7603bf20849cbd379518fb26c6a73a2d 0.00 MB 3 0
82,117 82,117 00000000002b67b1cdc1009476fed7c29e2019f23233ade08d4fef78ec47084d 0.00 MB 1 0
82,116 82,116 00000000001cb69746df6dff850514802d91f46735f3b99b6ec5a5dab01eeacd 0.00 MB 1 0
82,115 82,115 000000000011b5b870da1a21bf6084699f87913eb8e2b3861681ccaa37c6ff32 0.00 MB 1 0
82,114 82,114 00000000000b97d43bac64b664214dc533dd5565b564573c702dd94d3cc0b36e 0.00 MB 1 0
82,113 82,113 00000000002082c285ba44bdeae92324c0d2d81c19e8d8f94840aab96f7c65ea 0.00 MB 2 0
82,112 82,112 000000000033100c3cde6e1f40333f4fb5594da011886d5095835f8cff90e27e 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.49 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,763.55 GB sent, 99.53 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.