Memory Pool Memory Pool Refreshing

3,368 transactions
0.98 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,842 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 3,365 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,841 (322,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,983 584,983 0000000000000000000020b5f76a56071da079ab37f0fecea9deb910907c9d67 1.34 MB 3,149 69
584,982 584,982 00000000000000000001123d9565b4df9ba52f6429283df8826cfa42c6e4d46e 1.13 MB 2,671 18
584,981 584,981 00000000000000000007cfc16304987ff5f8e872fa941f7b339c9213b9e1b5ef 1.16 MB 2,287 28
584,980 584,980 0000000000000000000bfbdad21dac2abfe0c3bb96cbe75b1f1a399f45dcaafe 1.30 MB 2,785 45
584,979 584,979 0000000000000000001173d55542664042cc4d855bb0e0e41a143090ea385552 1.20 MB 3,283 62
584,978 584,978 000000000000000000026b0f27e94c97ca91a0d585c3cef3803eec9ad1fd5155 1.30 MB 2,433 70
584,977 584,977 00000000000000000016c4427227cbd0ccbcbc8c25248d65cde948dcf687dd76 1.34 MB 3,255 79
584,976 584,976 0000000000000000000dc845b991edc9ec9b1fae2d81ed4390b0fc5c119eb9ba 1.35 MB 2,888 81
584,975 584,975 0000000000000000000f0209d326f1c23661aa8c2ad6d9501c4782fe0348b8e3 1.18 MB 2,427 24
584,974 584,974 00000000000000000004fabc6809a7b17241a333166cd2e2c4a6e95b7f4586c8 1.06 MB 2,963 28
584,973 584,973 00000000000000000012ad8d1ea9e0b6eeefd4df89d3fb9e18d7ebadea979868 1.32 MB 2,484 34
584,972 584,972 0000000000000000000c71f0b0db3377d438a5ee16d37521c3265b8f7414e717 1.35 MB 2,672 61
584,971 584,971 00000000000000000013ff04df3008ca965d2c42c0b50f7c18dcb03cfb74492e 1.22 MB 3,193 56
584,970 584,970 00000000000000000004166e5d71126853cb6c0159b13a8431ef1a79e2d8103e 1.35 MB 834 26
584,969 584,969 000000000000000000101044e2a000139eefd3ea9f5b22e257ce080ce3437dc7 1.18 MB 3,164 39
584,968 584,968 0000000000000000001208d3b41e44ed2c7de0557ec56048be3a746007b826e5 1.19 MB 2,829 58
584,967 584,967 0000000000000000000f2e6d36826d25410bee1fe9ae9297cdd2d235e8dfd2f1 1.34 MB 3,410 82
584,966 584,966 0000000000000000001399c7037c0cc442cc702759d5dfc22163d978a4967659 1.48 MB 2,358 69
584,965 584,965 00000000000000000000e1c05154920fc914a3269f4107d23554535b126675f8 1.33 MB 2,935 85
584,964 584,964 0000000000000000000412e03e4fd155328630cd68060c3fe3e3b296368bfbee 1.12 MB 2,289 27
584,963 584,963 000000000000000000130ae1682e2c184961728594b6a009ebb1e3ca07d28e2b 1.40 MB 3,247 44
Previous 10 blocks ↓
Total Size: 769.24 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,635.06 GB sent, 94.14 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.