Memory Pool Memory Pool Refreshing

40,734 transactions
31.77 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,361 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 5,148 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,360 (110,239 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
752,121 752,121 000000000000000000015708e24eacdccabb9cb53a6b253e4e636c8f48d14c23 0.91 MB 1,078 9
752,120 752,120 0000000000000000000372b09669c4e51cb3958463babd9dc22ded9be4fe62a3 1.49 MB 2,523 10
752,119 752,119 00000000000000000005b390ece45c9cde97bb35454fba89d3ed85a00a7aed10 0.51 MB 911 10
752,118 752,118 0000000000000000000903fe1d005b6a925e6bf23d52902e16dd8a0843fac68b 0.55 MB 501 6
752,117 752,117 000000000000000000026bfbef6dedae36799288b248f47c1e5c17921222eaf9 1.58 MB 2,341 9
752,116 752,116 00000000000000000007c40580b21fd1366490f172a3c8543b1aa68c01268db7 0.14 MB 331 11
752,115 752,115 000000000000000000081db24217e9e069608fc2e51197f00ebeb7bc84d1e63e 0.87 MB 1,609 13
752,114 752,114 000000000000000000056d6664df1f0f39fe0f32aa1bdb6fe30744f14ae9ada2 0.93 MB 616 6
752,113 752,113 000000000000000000021b8701aea947ac45ee6915787978caaf91fe07315ba3 0.54 MB 801 11
752,112 752,112 00000000000000000004bd96a6220a096c57f1b4960f9cd54cabd00ae090ba48 0.47 MB 699 9
752,111 752,111 00000000000000000007506e2e02bf526dd44c17ae5a30d8a553ebebc06cb30d 1.00 MB 1,543 10
752,110 752,110 0000000000000000000673d60e84d480e0cd450ab6350c79459f1450979f5beb 1.10 MB 787 4
752,109 752,109 0000000000000000000307d4da412caffef4ff5ee2bc6d8ddfb43c0938903f4c 1.43 MB 2,398 10
752,108 752,108 00000000000000000003c580915783fd1aab86805290e95a6b3bce794e86605a 1.36 MB 1,356 8
752,107 752,107 0000000000000000000640d2bf5440ddbb1e8d06ee15ac64a1c1f5d936bb054e 1.45 MB 1,876 15
752,106 752,106 00000000000000000001f8af29d15a232080b2d95583855530fcb4ec05414ec5 0.34 MB 414 9
752,105 752,105 000000000000000000063973a49d112be6639b24ebd29a6a03cb5ca63fbd9da7 0.01 MB 18 9
752,104 752,104 00000000000000000005f5fd1ee6bedd3a9036afd1ea69aebbf05f1a9c371a6b 1.46 MB 2,284 9
752,103 752,103 000000000000000000074b03d44343ad1400599f79d0e1d0001ea66e49846f1b 1.34 MB 904 2
752,102 752,102 000000000000000000062cac7a8393b950f42a1e48c1574b78b26c4a9dd48fbe 1.58 MB 1,007 6
752,101 752,101 000000000000000000052254c0a88000f11dd69b178557d045205abd49fdead6 1.47 MB 2,262 14
Previous 10 blocks ↓
Total Size: 684.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,365.39 GB sent, 104.00 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.