Memory Pool Memory Pool Refreshing

17,549 transactions
32.63 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,962 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,525 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,961 (4,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
859,879 859,879 000000000000000000009120596320560bb6ec1ca92141ab69a535bbcf342afc 1.64 MB 4,076 6
859,878 859,878 00000000000000000001ba17fa2652263ed34fa3e4f504499f88eab3710a12c2 1.79 MB 6,139 3
859,877 859,877 000000000000000000010c183ab4c8931ddf9843081ab2bc4b4f18ea5f040c80 1.67 MB 3,849 6
859,876 859,876 0000000000000000000013ee9a770e5ee3bc15c32f1bdb4d97186e4d262846e4 1.72 MB 6,372 3
859,875 859,875 00000000000000000001aa687bc46c31fb53254139438bdda48a65dcef85df29 1.82 MB 3,225 5
859,874 859,874 00000000000000000000ab2f331540f805cf60f5518519aa276bca0afa34f0f0 1.65 MB 3,240 7
859,873 859,873 0000000000000000000274c1ecce9db32dafcd734506e2f49a0a7fe661e135eb 1.73 MB 5,813 3
859,872 859,872 0000000000000000000028d3fa8d73306cc396a505e4fb16e225b27cae1e71d4 1.48 MB 2,707 7
859,871 859,871 00000000000000000002c7fc9bb7c883b3e4ffaa54d0f1526cb85e5768d66fef 1.73 MB 4,632 3
859,870 859,870 0000000000000000000091b53476ed7621e5f99f775ed0ab0702f19f73a6e014 1.66 MB 2,922 8
859,869 859,869 000000000000000000000610ce48559578ce16d8b2c32aa490cde622663ece1c 1.77 MB 5,142 4
859,868 859,868 000000000000000000029ae08ba9b2842525829a4b4c44f0b324b3d81c95a5de 1.86 MB 2,686 6
859,867 859,867 0000000000000000000123c1adf72ca9af6d345820ccb4c04219ccdad6247c23 1.83 MB 4,363 3
859,866 859,866 0000000000000000000237f9cda6436cafbe031899c994aadda6507d4672fbcf 1.67 MB 3,324 8
859,865 859,865 0000000000000000000128ea6c959e887ff2518e00a45538b6691e625f2c24b7 1.69 MB 6,995 3
859,864 859,864 00000000000000000000770baac090d49973be2fef61ff9f4c42418ed31d07c5 1.62 MB 3,542 5
859,863 859,863 000000000000000000004e7920708350d66d8061843b5fb27f9e30ddbd4c814a 1.53 MB 2,704 5
859,862 859,862 00000000000000000000b9d308a30f11e73de27adb5e1da1d1d4b3690e697e15 1.50 MB 2,595 5
859,861 859,861 00000000000000000002db6f59eedacf828f2fc29007f2ad57e1457aaaf500fd 1.60 MB 3,262 12
859,860 859,860 000000000000000000002496c41655543e85801b1d51b389efa52523ebb52413 2.02 MB 553 6
859,859 859,859 000000000000000000005c70f9f4054b06afc3b404671e8ea87695f9f09de0b7 1.46 MB 1,549 11
Previous 10 blocks ↓
Total Size: 687.94 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,533.24 GB sent, 124.99 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.