Memory Pool Memory Pool Refreshing

14,424 transactions (5.34 vMB)
  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 4 sats/vbyte = (6 blocks)
  • 5 sats/vbyte = (5 blocks)
  • 6 sats/vbyte = (4 blocks)
  • 7 sats/vbyte = (3 blocks)
  • 8 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 29/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,962 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,647 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,961 (826,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,409 82,409 0000000000082704fd567462acb4e7692fd12adfbc50a2c8c410b15954d3d847 0.00 MB 1 0
82,408 82,408 00000000000e8b7bc7f15c3ae5d5b1cdbedaaeae2e104be2c6d541b33bfa0c3e 0.00 MB 3 0
82,407 82,407 00000000001fc454dfb4a93e82d72485ccc69009ac88822f592a3025ab7ccffe 0.00 MB 1 0
82,406 82,406 00000000004372832691a762931a244ac8a4e9a98d89bcb379f81c018f7001d6 0.00 MB 1 0
82,405 82,405 000000000008dc34f866e0219863e9e059121441a8663c4d7f3f49745b759b5e 0.00 MB 1 0
82,404 82,404 0000000000327b0b5e53587f77247d9a25390e3288623acce34ca023ebe765df 0.00 MB 2 0
82,403 82,403 000000000027f2e29a5be43150e620f70a6209de1e15385e25ccac4b84178d59 0.00 MB 3 0
82,402 82,402 00000000003fb40e4691f6271063d37ed0345590bc1cf813cd12cbf4c6474b50 0.00 MB 1 0
82,401 82,401 00000000002d55954f48d94785d82e99e44ba5cc44448e25e130e08147bbbf4a 0.00 MB 2 0
82,400 82,400 000000000034b3fc95932d7a96f97f8914c621330f045b54ae071caad39ab1af 0.00 MB 1 0
82,399 82,399 0000000000085b1dc4d8916592fb3c5f05b06360c540394ba7eeb3704c7e9c1b 0.00 MB 1 0
82,398 82,398 00000000000100dfcb2e755111447b02323ea0e3a4a515e0a1111dce2a1756a1 0.00 MB 1 0
82,397 82,397 000000000032e8a05b550203e510c064708f895c8c4df85e0a095e9e82abede2 0.01 MB 5 0
82,396 82,396 00000000004242912a9d983f6edf01af394fa5c30e5c8fe87853968a5b3e57c3 0.00 MB 3 0
82,395 82,395 000000000038a2616eda2db6c41f421cb743a113f7ab5ef59d588de5fb6aca34 0.00 MB 1 0
82,394 82,394 0000000000051d44855023f24ca17ec73e35a84fd874ffcd83e7f40c268bb93e 0.00 MB 1 0
82,393 82,393 000000000016928d7391c91585d00dcce6505eeb4ebb4184d02cd6c6ba3a4465 0.00 MB 1 0
82,392 82,392 000000000043ce7d7d74c8c97e59b3326b10978d1990063f12e297d7f21cbfbc 0.00 MB 1 0
82,391 82,391 00000000003aea3c481025181ba140c09eabdaf908bccdff3cb7c831ce9af363 0.00 MB 2 0
82,390 82,390 00000000000ead2921a55fd9f68902218ec139d60002cc077d90542ae4302eff 0.00 MB 1 0
82,389 82,389 000000000017df57ceac3dd0a661288913d6c33880ef9da49d08e0c04daa2ede 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.47 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,866.59 GB sent, 104.79 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.