Memory Pool Memory Pool Refreshing

31,180 transactions
32.34 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,870 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 5,339 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,869 (168,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,276 694,276 0000000000000000000fd5c540d9b6c4cce45e0cfb9233ee6905058f1d0fa4f9 1.46 MB 3,126 13
694,275 694,275 00000000000000000000ef78c534aa33848996d313e2261e66d3c6c1c9b4fad7 0.45 MB 737 11
694,274 694,274 00000000000000000001d07315f87578ab806965548e60d1325fd528054967f9 1.22 MB 1,854 11
694,273 694,273 00000000000000000004805aa7eafabfcfa4d91f952729d6bfb15c3ebb818bb8 1.30 MB 1,809 9
694,272 694,272 000000000000000000086298a827cfa26cc79af59e9d52b1e92feb9c9e34f9fc 1.50 MB 2,411 13
694,271 694,271 00000000000000000006d65870c5af42f74a6b5039319448ebe078eb57ef63fc 0.21 MB 403 16
694,270 694,270 0000000000000000000da643a9bd31cb7f4f8e269174ffbe39a32040bf53ff1e 1.27 MB 2,307 15
694,269 694,269 00000000000000000008ebdacd9229eb88470a4b392b0fa6971e3694e4aab7ac 0.12 MB 237 21
694,268 694,268 00000000000000000002504d6a0648d06548790bf61c05d79becb453eea9b0d7 1.08 MB 1,826 12
694,267 694,267 000000000000000000051d9309b9b64a6e864f9cba60bd8cdef75b419b399463 1.16 MB 2,135 15
694,266 694,266 000000000000000000131f64b7499c2692db67012a34eff57a15ed2818daf3e8 0.17 MB 125 7
694,265 694,265 000000000000000000077dd26d3b34f239ec716fba780e91130054201b835182 1.16 MB 909 8
694,264 694,264 0000000000000000000552a297582c20c8e3c4b083da841010ae19ca50390d7a 0.22 MB 192 7
694,263 694,263 000000000000000000065fe28a1b511943117178667ad06c9a8723f598c511f1 0.13 MB 209 12
694,262 694,262 0000000000000000000a43b00e292f9e5d0925fea11aa6d960aaec5feabbcf5d 0.75 MB 1,518 20
694,261 694,261 00000000000000000007e2de07399526b74e46a46cb0c8e1cad610fb1ad7e6f7 0.40 MB 727 15
694,260 694,260 0000000000000000000651caa08ea2a85ee37a6fce245686d5f86502dfe3a3ee 0.37 MB 585 8
694,259 694,259 0000000000000000000a1f516386434a5c3780ecfccda584620bd4b825a0e48f 0.12 MB 294 15
694,258 694,258 0000000000000000000ae56204a410574d440729f7e95c5a1a9db810ec07789d 0.98 MB 1,519 14
694,257 694,257 000000000000000000047e9645eca3f3adc39686f0da346290dd1131565ddd1b 0.04 MB 57 10
694,256 694,256 00000000000000000013091b9ba3b18b1b76b17a8f9385df9bcc88acf7280da6 0.28 MB 475 13
Previous 10 blocks ↓
Total Size: 685.85 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,407.55 GB sent, 110.90 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.