Memory Pool Memory Pool Refreshing

4,941 transactions
1.56 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,977 (857,639 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,338 50,338 000000001363b5f34932de996cca441f77b8adbb4ef66fe219b3c7790807bafe 0.00 MB 1 0
50,337 50,337 000000001fc6bb794b4b989457debb0364465e5d82c6da0f44231dc39d6aed40 0.00 MB 1 0
50,336 50,336 000000000bff18903e65beaa126e9cab9c4ae950172417596a7f68974df06a61 0.00 MB 1 0
50,335 50,335 0000000010784d912f7d0a9c23fa275585f2d7ca56de220e8f4bd17155b5ec49 0.00 MB 1 0
50,334 50,334 00000000197162ae38aa8c0c0959467b076a91c46a1391e6d9254f76a63f1e4d 0.00 MB 1 0
50,333 50,333 000000001091c21bf9bda8866fd60752b53cb0f30be9122565568ca6def6e6b6 0.00 MB 1 0
50,332 50,332 000000001233050241372cb4e0fbd244185737a4b708189a559741d15d455b88 0.00 MB 1 0
50,331 50,331 000000001b1dd5047102091428418a0606f9d1e76137e01f6fe4a1cc919c9ba5 0.00 MB 1 0
50,330 50,330 000000001ef0452d2460a52a9176ebc7aef75c3874d5c40cda26de1eb1db6fc5 0.00 MB 1 0
50,329 50,329 00000000047353dcc399524aef8c4ddf49c4864b78121ebedb9fc01be9612730 0.00 MB 1 0
50,328 50,328 0000000015e8004e7876e7353ba64621a9792b6406de42b2a2c665c960f477cd 0.00 MB 2 0
50,327 50,327 0000000007954395e632bd2dc28748da137995db3d4dd7f1abcc4a9bb2a7d8ba 0.00 MB 1 0
50,326 50,326 00000000264c1c91f5e3ab1358126c243d02e426f581a822675315c0a3163953 0.00 MB 1 0
50,325 50,325 00000000272468ff9f4f8d7a08e2b1a2f541da7c8e1329ead7c8b413ec2bc0ac 0.00 MB 1 0
50,324 50,324 000000000cd1afabf974510f697113c1c8220b050b32183b1895d0d9358c025c 0.00 MB 1 0
50,323 50,323 000000001024fa05e55ba559e43c6731d28f54979f211a64e29074b0b1d5b287 0.00 MB 2 0
50,322 50,322 0000000003782e20dfb37f6ddb5bb9ccaf22f53e0a6b9f980f5ffe3d7ef0cd6b 0.00 MB 1 0
50,321 50,321 00000000224fb9b0b76aaa2c8b434a4819a275ce342925b1fc5ce55188762c38 0.00 MB 1 0
50,320 50,320 000000000bc46ea5d4501c2fdb2c9a4783f7d860889db280c1d162cfc2812558 0.00 MB 1 0
50,319 50,319 000000000e3ae7ee6c170b6133a70b53f45207d9624cc2b8821684628eef181f 0.00 MB 1 0
50,318 50,318 000000001b601022c3863d56c35265429937e5f61a6b5670dccaab2df30c6c86 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.50 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,647.03 GB sent, 95.46 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.