Memory Pool Memory Pool Refreshing

1,728 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,447 00000000000000000002349e0000000000000000000000000000000000000000 0.48 vMB 1,728 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (858,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,574 49,574 00000000216aef2ecb2d15bd3081e4cce85766dfa650f51ae33d4c182041ac27 0.00 MB 1 0
49,573 49,573 000000001fb045eec3efd0b60644ade3170bb2413377b8cbf59ea4e9887507b0 0.00 MB 1 0
49,572 49,572 0000000027a19747e9cb480f01dec496fa82d080993e9b586d7fb7cef0237d92 0.00 MB 1 0
49,571 49,571 000000000ea7c91d454c594b0bb312ac400da061d2577d538899eeb26be3a6cb 0.00 MB 1 0
49,570 49,570 0000000028754ca52ae3ebe4380867d1990ee7c3f576ca882c8a603a89075636 0.00 MB 1 0
49,569 49,569 0000000003daed0e0db043b0423e6c108c9098d26d4d3bcf67f068de209b31d7 0.00 MB 1 0
49,568 49,568 000000000e475df0381b03188b63641b5fb0d321572df44d1292e61782292945 0.00 MB 1 0
49,567 49,567 000000000c43e3c040d59bcaaa39a9e27ecd935ee4c8d22959504036dd5e18ff 0.00 MB 1 0
49,566 49,566 000000000daa316f30014a4a6fbc4e05913c6254f63593c0130600a32fc408cb 0.00 MB 1 0
49,565 49,565 000000000930da18f8cf70c8479776d83dd12e1b8b5ccd78fc501af9ac2f611a 0.00 MB 1 0
49,564 49,564 000000000354a13fbae2c5cc275108083f9987e01cdf40704a88b8995e59f086 0.00 MB 1 0
49,563 49,563 00000000168ee1bf093d61180453d182cfdbc5800e43b0433fefdd5bce8519a8 0.00 MB 1 0
49,562 49,562 0000000029beb605f92bb0acd0158f7b47803937a2d8d6fde3107ac4482fc7fe 0.00 MB 1 0
49,561 49,561 00000000019fc7e63ca6f34add91d52adb665cb883d99c9bc2419061042cfd4e 0.00 MB 1 0
49,560 49,560 000000000cbd012f932073c028b7252fc0b3ff133c52b0e59a14166ad39687f7 0.00 MB 1 0
49,559 49,559 000000001e0f29aab726d96d34bb2154525fb161d503bc0342b3e499d4c8bb78 0.00 MB 2 0
49,558 49,558 000000001ee083b3e24b09c6ddd34cb8566083bc93de610d35fc62aae099f92b 0.00 MB 1 0
49,557 49,557 0000000015babe8cce56826e5122e25a887a6bffb391e1ced478dbb2b202dbfe 0.00 MB 1 0
49,556 49,556 0000000001d28b9157bfb6b8aee1f9adb80b51b6c4685108b3cd64629521ef98 0.00 MB 1 0
49,555 49,555 00000000201198b56f0a16850736702018e4e051ae9521897de8e99a8769928f 0.00 MB 1 0
49,554 49,554 0000000001d4a42b979f3497490c010d13046f1774cbcfe772ed9dcc7560985b 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.