Memory Pool Memory Pool Refreshing

801 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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
901,180 000000000000000000023a040000000000000000000000000000000000000000 0.44 vMB 801 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 901,179 (285,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
615,521 615,521 0000000000000000000c6cb842f60e33abf2ba8e9a144cd0849d35d929763f7f 0.27 MB 593 24
615,520 615,520 0000000000000000000ad519b707a83912d0d11d503b261517afcac6fb160c6d 0.04 MB 117 13
615,519 615,519 000000000000000000021d03c5c5c7ed18b4138e14e8107da78438cb7965fa68 1.06 MB 2,336 11
615,518 615,518 00000000000000000007c473dda52f77b3b89575139cbabc84c440d570fff593 1.33 MB 3,233 10
615,517 615,517 0000000000000000000b0c37938411aadca2d5525901e43118930563010cb785 1.42 MB 2,324 3
615,516 615,516 00000000000000000001b9eb31ff950a3984f58548efe883ddc281f22e7c4b58 1.31 MB 2,802 14
615,515 615,515 0000000000000000000eddccb5307d121ce2734862a02df545401cf4498b9dfe 1.17 MB 2,694 5
615,514 615,514 0000000000000000000e1d4b7aa209d1d336e9da40cafc98b548f297eae744ee 1.29 MB 3,173 23
615,513 615,513 0000000000000000000c7e2c805bbce0db32b5230fcce6a258fdc7bb47a272e7 1.31 MB 1,898 12
615,512 615,512 0000000000000000000ed381419dc6ecde108adf8b2cbdb454302aad9c2e58e5 1.26 MB 2,832 19
615,511 615,511 00000000000000000005824733267a2d6a18782c6bb8accb5ff8b0364d835f68 0.50 MB 1,359 12
615,510 615,510 000000000000000000000f94d96a101ca99c026701a73830035206247bed7d3b 0.52 MB 1,235 12
615,509 615,509 0000000000000000000f07adeb5c632dcf0a73e235bdd74532d75798ad3e3699 0.63 MB 1,692 10
615,508 615,508 00000000000000000006f8e7d09038ba3a5d64156fd6701508daf58c7afab212 0.77 MB 1,820 14
615,507 615,507 0000000000000000000c6c64533d58f926dfbbc8890b9c4b0540825ad6d0af31 0.57 MB 1,393 3
615,506 615,506 0000000000000000000651dc2aaaa12c8f43ef7670a9736dd686d9f02d0a75b6 1.28 MB 2,839 15
615,505 615,505 000000000000000000063f666d006acc3c83013f38be1662986639a7bfc19d79 1.25 MB 2,902 17
615,504 615,504 0000000000000000000b1f4ff5177bcde67eb8d1edd9d366790318d17664ecf3 0.49 MB 1,129 13
615,503 615,503 00000000000000000004a86d1d119c90acd55c386a2d206287ba2df393b7c8da 1.07 MB 2,630 13
615,502 615,502 00000000000000000007029d2b7b3d0599fc77796e169c3378e5d81f3d1b7853 1.19 MB 2,696 13
615,501 615,501 0000000000000000000bb150db1612d8e940ed575db9354ab535d505ea134a47 0.56 MB 1,073 13
Previous 10 blocks ↓
Total Size: 757.91 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: 708.82 GB sent, 36.46 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.