Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (481,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
426,322 426,322 000000000000000003dca6caac520ef90f8912faed38a2d88e05bac479446f21 1.00 MB 2,458 70
426,321 426,321 0000000000000000036eff97c7c5644db9586280d3ec8b61aaf18cbafd14747c 1.00 MB 2,487 85
426,320 426,320 0000000000000000016c0bae1e059faf91b1c9405c798c22af901589e8041fd7 1.00 MB 1,200 74
426,319 426,319 000000000000000003e1086f3afa40209e139e41c65af75c008ac3f333176b21 1.00 MB 2,157 53
426,318 426,318 000000000000000004f4ac5c0ed1df1c537ec1e198e45114d6ddc9b53b86674f 1.00 MB 2,722 82
426,317 426,317 0000000000000000035e07e87c3035fb00cb0601b9ecc83d5621b22fb20eee81 0.18 MB 341 61
426,316 426,316 000000000000000004d89cd3d3f526e209b9a1400868866562b9827a0720681f 0.30 MB 472 52
426,315 426,315 0000000000000000047245b0bdf9d57d8595fe47bc0c3e85d3b3feaecf2f7c1e 0.70 MB 701 37
426,314 426,314 000000000000000004c763255df20499ceba3e587ad406d94730d3a131ec8d18 1.00 MB 2,244 60
426,313 426,313 000000000000000004feee6456fc2bb65fe296abd54c4adbeb99e08c50ed3b56 0.99 MB 353 24
426,312 426,312 0000000000000000045c557989b6fc943ebce8cffc7a4a834d1fd961c8f88375 0.42 MB 954 59
426,311 426,311 000000000000000004509c65c71af2b7fc64e9da894301d09ebb14163ab8e31d 1.00 MB 361 8
426,310 426,310 00000000000000000467f00abef91874f841b7a392578d7d64f174bd00652efb 1.00 MB 1,061 30
426,309 426,309 0000000000000000025c6a2fd5024a0bb45fc9f4ad74e330ed0e6c9c0be1e14b 1.00 MB 257 12
426,308 426,308 000000000000000001bee6c85764d4ae6d63a5223a94b7a18be85c1757f52122 1.00 MB 563 20
426,307 426,307 0000000000000000002919a962779f612b9fc6b060da6bd59ee9f553f6b6d94b 1.00 MB 950 30
426,306 426,306 0000000000000000044cec72940ccae9c94bd19b45a9b8f9e78de5c39c1c0022 0.60 MB 1,120 48
426,305 426,305 000000000000000003b2d2b6a62dab457749d8e675e0bc87bb80e0e765572f8b 1.00 MB 2,135 68
426,304 426,304 00000000000000000136717701dc1e4fb5b746da5123dc1fd4bc7821ebaf3535 1.00 MB 2,383 64
426,303 426,303 00000000000000000485e273f04c4108e9fcaafbe733866234ae0dde613a530a 1.00 MB 1,473 36
426,302 426,302 000000000000000004c0b8c29aaa204f681a7f476607aaa1c8d4ac7df2b216cb 1.00 MB 1,380 39
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,616.50 GB sent, 92.73 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.