Memory Pool Memory Pool Refreshing

74 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,894 00000000000000000002349e0000000000000000000000000000000000000000 0.02 vMB 60 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,893 (635,057 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,836 272,836 000000000000000601546a360159a27b69edee0982c7682a63637deefa9e4eac 0.25 MB 600 87
272,835 272,835 0000000000000000b2f511048d0a4988be31bb3fc82995bfa911a2be873f7240 0.10 MB 169 39
272,834 272,834 00000000000000011c076db51164a1eb09637a8b38a61ed495fc313725be4e5d 0.06 MB 121 31
272,833 272,833 000000000000000171621bb09f4a3eddd7a31ad56aaac94820ab774900931717 0.36 MB 517 35
272,832 272,832 00000000000000047561e50a5ba3c7d3f6c4394d57ee643c6b7fbf6f8734eb07 0.24 MB 521 53
272,831 272,831 0000000000000005ffef7a393d24713f0bbf7dbb75df0eb005a5fefab4e1a566 0.03 MB 100 46
272,830 272,830 0000000000000002e8456c175ad57a04a9ba004d1ea8cd4c2b6ad17c6278b0d0 0.11 MB 221 36
272,829 272,829 00000000000000034576a86591b31ef310d1391f1c5215f95b5d80bc4c711e17 0.02 MB 33 12
272,828 272,828 0000000000000004def212e9bb40b3691ec9337ccc431dd55b64060732e17a82 0.19 MB 418 56
272,827 272,827 000000000000000248c8149d79118efc38ea0009e929b2d814eac965cfd312f7 0.04 MB 56 28
272,826 272,826 0000000000000000dcdea9cf292a08ff2da643ea69063aa903b19adf77a5e15e 0.18 MB 352 49
272,825 272,825 00000000000000020e617a29a7da573e5e370a545edeee1a1b30a155232f632d 0.04 MB 95 52
272,824 272,824 0000000000000001c0624d2376d4261b4f4ae0c38f95c7ef3e30a335a366669e 0.14 MB 312 35
272,823 272,823 00000000000000006376b0a2a201a2c53994481b5beabd1f225338db58b44354 0.21 MB 397 64
272,822 272,822 00000000000000011ef95b41e8a78f6672bc60b2c86f6911e08caf572dba2fcc 0.06 MB 167 54
272,821 272,821 00000000000000036bfcba40cc97045e41f42fcff9eadb5798fb5bd06adff317 0.07 MB 181 45
272,820 272,820 00000000000000009fc6c0b2faf80b1e399246e5795e495003450873ec6741fb 0.18 MB 377 44
272,819 272,819 0000000000000002787a737487690013d9ebf8eeff7c7aeb0d91a07b0424026f 0.07 MB 176 66
272,818 272,818 00000000000000002085052e771c42e48f277ac9eb432d554c89c9898de9ae19 0.24 MB 571 66
272,817 272,817 0000000000000004db1cdf5c8e0440e38a635f476c65ebe7923ac697af3002c5 0.00 MB 1 0
272,816 272,816 0000000000000003769cf260327e71c051364941e0f27d085ce33d6fd9d7f8ab 0.03 MB 14 13
Previous 10 blocks ↓
Total Size: 769.34 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,643.36 GB sent, 94.66 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.