Memory Pool Memory Pool Refreshing

3,415 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,704 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 3,412 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,703 (739,386 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,317 168,317 000000000000021c5d973cdab5e941fd1ad47bf1ad9ca5685a2e6288a4d692b7 0.05 MB 78 2
168,316 168,316 00000000000007bcc7d30617d2c8bc0a59ff84725eeea77c1662cc1e23e88c7f 0.04 MB 83 220
168,315 168,315 00000000000005918296ee54ddfb3cf162aaa58f53022769447d0464a2443dda 0.01 MB 20 100
168,314 168,314 0000000000000b3121ebe58f3530b46ae0cc417cabd6c4740a2ce4574f644b46 0.03 MB 59 496
168,313 168,313 000000000000042a61284f285431ba5f2f41b9f8f7d3a98cb20dcf8ed2cdde4c 0.05 MB 107 330
168,312 168,312 0000000000000c1f875468afbe95d5b02c668820143fd127a2fef2f2034b87b3 0.00 MB 11 15
168,311 168,311 000000000000018cd32c3804b4cd8ae2dcf064d4ea2094462a43a5f63132f3e6 0.03 MB 79 91
168,310 168,310 000000000000062d13ddb6d1fbbfbd290ab03c7999918b9a3a694cde537698ac 0.04 MB 104 131
168,309 168,309 00000000000001b45780cb1cb1d5f66ee975187f56cecc1dbecd16ef5ac68d3f 0.01 MB 9 6
168,308 168,308 0000000000000a1eba3058c4e18a818bae23f42344bd049fce605d3ea2e92a1a 0.02 MB 27 41
168,307 168,307 0000000000000aa7c72762def02f7946b176144c100d5399aa190bc44e6c3fa4 0.00 MB 10 139
168,306 168,306 00000000000008566ce5cb9a7704230209eccb9d5a61f8cf79347519facfb93c 0.00 MB 13 40
168,305 168,305 00000000000000f931355fd55d2226816bd9436ea8822f55701379df8e97a0b6 0.00 MB 11 41
168,304 168,304 00000000000003f13d21486a872ba97aee46b9516549cee590ef70df540a5f87 0.01 MB 30 56
168,303 168,303 000000000000010513e56e71e64761f899ee5c6b7020e9904f4be77da4104524 0.01 MB 26 34
168,302 168,302 0000000000000255b7d6b4efb56ac93d440433a866b4687e4f4dcce23789bfc0 0.02 MB 28 143
168,301 168,301 00000000000009169dc33a0ff478443925424fd10cc55c71dfe89831f39593f0 0.01 MB 22 112
168,300 168,300 00000000000009de7dbc06c49f4c42b8eb90639bf680519ed045020b346fe079 0.03 MB 53 247
168,299 168,299 00000000000004a37792a85ce821485ef211307f5b35842946746dfe3770b9b7 0.02 MB 89 2
168,298 168,298 0000000000000993d8e59de33f35468a52faed3dff19f5f657018cd4c2dd2c3d 0.01 MB 27 2,992
168,297 168,297 00000000000004047c0c1a856cb0c83797996752409c4e843ffd4dba4a1778b7 0.05 MB 46 416
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.