Memory Pool Memory Pool Refreshing

8,789 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (534,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
372,845 372,845 000000000000000001f74c8b6cf86b966fcb6b169d1a25a8251bb89e6e4e4351 0.95 MB 1,529 25
372,844 372,844 00000000000000000f716f11a00b174e9a2bca5dd649b0eb8d02c908c291e17f 0.95 MB 1,793 45
372,843 372,843 00000000000000000c69430beea18c71be1d34114d7e1d4023dd1ffe1d9bc7f0 1.00 MB 2,129 47
372,842 372,842 00000000000000000426c856859dc2c4c988787fe8f771d4dcde54f6f5028701 0.93 MB 2,427 63
372,841 372,841 00000000000000000ad19fa34b4e1e2051ae2f2abce40a824c0aece0f00895bc 0.34 MB 645 33
372,840 372,840 0000000000000000047ce0db81d599dde312af7c4a870bbdee2b1180ad198a61 0.75 MB 1,087 24
372,839 372,839 0000000000000000004feb60907deb692ad3818d2e53761cfb15e35554ebeb52 0.75 MB 1,625 48
372,838 372,838 000000000000000008d84479fc2c30b00890b9f35e536f1679e21040eafee939 0.00 MB 1 0
372,837 372,837 00000000000000000c217a1ad703de7b7d8d22ffe995cd220dbf619aabce670f 0.28 MB 513 38
372,836 372,836 00000000000000000feb00502b3f1bac18a62f421f9cc03e5aae31ddcc8d438c 0.51 MB 1,089 41
372,835 372,835 000000000000000009e711892870cf51ba59765e2cf145a2f664b308a510fd05 0.43 MB 637 21
372,834 372,834 0000000000000000004d5dc7ee547e82df47d50230631851676645d441b3da8a 0.93 MB 1,081 17
372,833 372,833 0000000000000000076d39e70bbe1aa11fb1c0b2465f1fc613e02ff76cf6035d 0.93 MB 2,012 42
372,832 372,832 00000000000000000532ed9bf08988d26eceb187d2cc2b2d522c0207911def4b 0.75 MB 1,092 32
372,831 372,831 00000000000000000d383c89b07b438bea6a0859f8e45c8cacb70367c66a4e23 0.93 MB 2,651 58
372,830 372,830 0000000000000000031555d4648f7bd5a82f0fee31fb0975eda0a76e689896a2 0.56 MB 971 32
372,829 372,829 000000000000000010eff580b4cbe11d7c24d6aabca013f39e98373166001f78 1.00 MB 1,541 28
372,828 372,828 000000000000000002934473edc3d374c7ab57d27484b599a4b07b2cf424a31c 0.95 MB 2,881 64
372,827 372,827 000000000000000004e740eb321f9ee15a3e59599b3c2cf202c6a505c38be151 0.84 MB 470 12
372,826 372,826 00000000000000000a9c0c1dca09eac7c2138c09a7c3b6c80fb69197769df15c 0.75 MB 1,324 37
372,825 372,825 00000000000000000720fe28ad4ac0b14dc4f7c6dda511a5bf55ceaf0c9ce3b1 0.75 MB 1,361 42
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 1,621.33 GB sent, 92.91 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.