Memory Pool Memory Pool Refreshing

22,052 transactions
28.08 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,720 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,010 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,719 (158,995 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,724 703,724 0000000000000000000c5e4c05aaf431be89f35ef1f1d1bbc5443bf06fdb4a33 1.53 MB 2,694 15
703,723 703,723 0000000000000000000da3ac5885312869dae480bfcfa52fb2122ad4e1be6be0 1.34 MB 1,779 4
703,722 703,722 00000000000000000001fccf22e4f022b8810ecf8d80e819442c999cdb3bbe28 1.57 MB 3,602 9
703,721 703,721 0000000000000000000dbdf47970d31c6188823bba82ce26bccc3a34950dfbcc 1.51 MB 4,386 5
703,720 703,720 0000000000000000000797c6f5cddc441b3f3fc2a17f4991dffe92b06608567c 1.38 MB 2,188 10
703,719 703,719 0000000000000000000438ff6dee7dede5018a92378fab889ace90a27b67bf05 1.31 MB 1,409 9
703,718 703,718 00000000000000000000a0e771f531edb6687f0e6c8392d7250356aaf259af68 1.20 MB 1,131 9
703,717 703,717 000000000000000000057c906cb1ed8be9ae87416803b42ee29153c50509dd72 1.21 MB 765 7
703,716 703,716 00000000000000000000287669f4281ebb6d909d477acb14010314e0acd3df0f 1.36 MB 2,515 7
703,715 703,715 0000000000000000000ab1e44695187fc9a7fbb73e51d9659ed0356fd592de7d 1.49 MB 3,195 17
703,714 703,714 000000000000000000010cb08ed4e95920b794d337b0b9d5a6a89ca1ce41cd5d 1.51 MB 3,031 16
703,713 703,713 00000000000000000004c55cd95f15334e6511c9465acf80170630ac26014f39 1.47 MB 3,032 16
703,712 703,712 000000000000000000016d3fe961de9635efa1adbda5f43369f0ea16e3944508 1.51 MB 1,796 11
703,711 703,711 00000000000000000004fed3943274f18ac3a101e81e04620764c57495b7666a 1.58 MB 2,396 15
703,710 703,710 0000000000000000000d155757525fed61bfc6bfca1a0ddfa33e8a8d2e36405e 1.42 MB 2,528 8
703,709 703,709 000000000000000000031f206e50401f59f0cf8dc3d608f184bd10e66b5d8209 1.45 MB 2,993 6
703,708 703,708 0000000000000000000018c2771837b413fd16d7dcbefb6b9a8a378cf6eba982 1.49 MB 2,746 11
703,707 703,707 00000000000000000002cf8a0b977b7e2ed67d45842eb1f627119af3c5c29034 1.58 MB 2,119 28
703,706 703,706 000000000000000000013d588535f32004e2ac02b6888dc52852b074345411c9 1.51 MB 2,589 21
703,705 703,705 00000000000000000002faa17f80ca15a9db3936fce96cfa32fb3d0482afc14f 1.58 MB 2,958 16
703,704 703,704 00000000000000000002ab696e3d194be073bf5700eb7099539f0deaed4b3cb5 1.58 MB 2,691 8
Previous 10 blocks ↓
Total Size: 685.55 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,386.25 GB sent, 109.15 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.