Memory Pool Memory Pool Refreshing

77,704 transactions
31.05 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,190 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,214 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,189 (351,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,248 518,248 0000000000000000000f15d953076063641fbae5a8409b60856edda1d60d7665 1.16 MB 1,750 24
518,247 518,247 00000000000000000004a423388f841b675621b076621501871e2d8f7d0ed015 1.13 MB 1,619 27
518,246 518,246 00000000000000000032b889b2b42d61c7b6b33287a6ef00f38c7c45b230c6cd 1.11 MB 337 4
518,245 518,245 000000000000000000048f2c4b9dccd23a220d9fccc0c11e621307977899d71f 1.10 MB 422 6
518,244 518,244 00000000000000000041b30843c0549761112126e739521752e82befc5ab545e 1.09 MB 180 4
518,243 518,243 0000000000000000002b4a4b0b9c6a9cd5231f7ff050928e045d79cf91b6570c 1.12 MB 2,007 25
518,242 518,242 000000000000000000102eac29817de1494fef088effdbaf1ce6be380c4555d9 1.08 MB 501 7
518,241 518,241 0000000000000000000bd77b446823b8a45d29e6ad32e7592469dbfadd1afaaf 1.09 MB 105 2
518,240 518,240 00000000000000000008febff14880415cf43b1491419cb9ee54084da0c1b1da 1.09 MB 1,119 15
518,239 518,239 00000000000000000044240ed74317769cc0e7b58e10205e16e126775af740ee 1.10 MB 1,328 17
518,238 518,238 00000000000000000008e169f4fef6645fe2366561aa1c6f90a79b508678315e 1.09 MB 359 6
518,237 518,237 00000000000000000013a6aa91290a79a1536f75303e9b7167656a8bb8f3e16b 1.09 MB 138 2
518,236 518,236 00000000000000000041c259a890442909ace43439998b51a097a2223925be15 1.07 MB 1,293 16
518,235 518,235 00000000000000000008e23ea30fac94d9a493c3d42925a90b93fa957b72fb9c 1.10 MB 1,544 16
518,234 518,234 0000000000000000002607494735c81509555dc10b723b0fc5acff987cb220b0 0.17 MB 258 21
518,233 518,233 0000000000000000003d6b1a0bb40edb5467c335f54f13c1554a24609bbb0622 1.03 MB 989 9
518,232 518,232 0000000000000000002bb418e5056c2237e5077d2daa695f18ff239bfe982cd6 1.15 MB 2,413 34
518,231 518,231 0000000000000000000d438c5cee500b3c8ecf6ba67d31877a7b54f737114f90 1.22 MB 3,163 46
518,230 518,230 0000000000000000000ffd93b3e8bfdcd05ae6de4fb8a7d7f8c2a6af67409d58 1.12 MB 2,148 22
518,229 518,229 0000000000000000001893459fabcb382d1be8839e0b11117ce67ca713824fea 1.16 MB 3,017 36
518,228 518,228 000000000000000000247477b86748461433d2766d94d85604f735517961f105 1.15 MB 2,824 38
Previous 10 blocks ↓
Total Size: 699.81 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: 2,190.92 GB sent, 209.14 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.