Memory Pool Memory Pool Refreshing

3,037 transactions
0.93 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.91 vMB 3,025 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (21,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
885,987 885,987 0000000000000000000133cec018cd36fe712a10d6496236c948f55a28d5a51b 1.75 MB 2,017 2
885,986 885,986 00000000000000000001fffe0f5f94981fd9db825ec25e9226668749a0b20dad 1.93 MB 1,350 2
885,985 885,985 000000000000000000012653d61fbc47d6f0dfeda2b211da35669a8c0c6000b8 2.14 MB 124 1
885,984 885,984 000000000000000000021cd1d60566bd980cab2fb31693a89d044a956c56b64c 1.54 MB 2,445 2
885,983 885,983 000000000000000000001a12998864699a1d9871f29dfa97f5a6da3cb9ba11e7 1.73 MB 3,630 4
885,982 885,982 0000000000000000000077749700f1a99ab74b9dcd8486607de7e8e51cb61eff 1.49 MB 3,360 9
885,981 885,981 0000000000000000000011b73b87968ebd0e2208baaf43d974c03fe54d7c181c 2.02 MB 703 1
885,980 885,980 00000000000000000002184d852140189d496847d58c0fe21e8911759a428dc5 1.89 MB 2,298 3
885,979 885,979 000000000000000000026b2b95db328e5fec19613e6dac7714c560cedb2e31e0 2.08 MB 1,666 1
885,978 885,978 00000000000000000002702a242202ebb49ef4728aab9354212e65247b3dfa79 1.60 MB 3,173 4
885,977 885,977 000000000000000000000403404c4688dca03d89ba168c97810a576c08d5ed3e 1.68 MB 1,548 2
885,976 885,976 000000000000000000018193957f2fa45c0e3a4640b4e65552097e66af28a092 1.79 MB 2,747 3
885,975 885,975 00000000000000000000003c08749d554e9e3a5c0600be102aeb278a0be3b939 1.90 MB 606 1
885,974 885,974 00000000000000000000e050a74360b162c03a88a86f02fee147866a4dabc627 1.97 MB 544 1
885,973 885,973 00000000000000000002193e51075788e34daa233861ff617e74541b8f4aa7fe 1.90 MB 1,719 2
885,972 885,972 00000000000000000002536e22dd5fd3c2c2252ac2ecf19b6e8df0c1fb5811f2 1.90 MB 232 1
885,971 885,971 00000000000000000001c8149ea4aeffde088e900921488833bfa400467c1fc6 1.98 MB 578 1
885,970 885,970 00000000000000000000ed03ea9fff33f89ffe71ca33490343f1de921c7a7fe1 1.91 MB 790 1
885,969 885,969 0000000000000000000198c885ba0f0eca687e18f2da6bdfe0074316b1b0d71d 1.66 MB 916 1
885,968 885,968 000000000000000000012d26f5b85633c2945d6c3f286bc8cf2807e7eb32b065 1.58 MB 2,393 3
885,967 885,967 00000000000000000001192c7b9b3598003cff2a2c7a0b62f57bd50c831423df 1.67 MB 2,759 5
Previous 10 blocks ↓
Total Size: 769.16 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,632.69 GB sent, 93.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.