Memory Pool Memory Pool Refreshing

71,651 transactions
27.07 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,016 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 2,586 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,015 (67,373 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,642 794,642 00000000000000000001c88b9da211976ee0fbeb84b2901f3b2f2cecd6db9a42 1.54 MB 3,112 62
794,641 794,641 00000000000000000001cfdfe19284d0bfc79df2f424a31d6a8341b690498961 1.41 MB 2,276 26
794,640 794,640 00000000000000000004901abe30858725de3ec88f292a0e9cdab1a262d68ca2 1.52 MB 3,176 36
794,639 794,639 0000000000000000000231f530d59c70fe227fe8f076e4b6f5ca7701694dc8b3 1.58 MB 3,950 47
794,638 794,638 000000000000000000006703a36a7ad09630e1bad88c7ceda35cd436a6215b70 1.57 MB 4,185 44
794,637 794,637 00000000000000000002fac82663a06407b8f3d2338fd85e8192748b09018ba2 1.49 MB 2,984 54
794,636 794,636 000000000000000000030ed776db24e8d44fc0455c19ddeca4566e104ce0fcef 1.66 MB 3,614 53
794,635 794,635 000000000000000000035e5107a2f24cd24509e6b6fc1d28fc3d223e999da78c 1.63 MB 2,780 72
794,634 794,634 00000000000000000002be4be8ac072045440c0fa7c4abcd7b80e737d799c3c4 1.51 MB 3,128 47
794,633 794,633 000000000000000000012dd01ed30c0423cb3cb86fbc6bb55f67af0b7bde9427 1.69 MB 2,591 27
794,632 794,632 000000000000000000046fe46d54f8c9297e30c1845f9eeccbe40cf881a9640d 1.58 MB 3,130 32
794,631 794,631 000000000000000000037db4de2b1f9f5b74caab6e8fd2c65ec17e7a53aaad84 1.39 MB 2,553 29
794,630 794,630 00000000000000000000498b67d0ed4907f2d8d5883a48dd66cf4bf218626087 1.53 MB 3,648 52
794,629 794,629 000000000000000000048acabda1522a52bbaba59feb8d7b228cd08c052f6ec6 1.66 MB 2,503 20
794,628 794,628 0000000000000000000516b6360ee711e3fabd478b42c5751eddf58bfe21a558 1.53 MB 2,578 32
794,627 794,627 00000000000000000002d0f18f4a64160100a001d987698b5f1d0856415ea50d 1.27 MB 1,896 31
794,626 794,626 000000000000000000024e540a1ce60e3d8975f678247c03bd7bf9347827fde2 1.54 MB 2,721 34
794,625 794,625 00000000000000000000b63934c819fe456dcde23bc01414e1a3ff7b9bebfb91 1.67 MB 3,324 30
794,624 794,624 0000000000000000000035cbeb39c26fd57a71b9e8040b33bf8d01f180c90ecd 1.45 MB 2,687 29
794,623 794,623 00000000000000000003ab70bb4db59af53bf166f6e7c78157098e8e85a34b95 1.72 MB 3,433 37
794,622 794,622 00000000000000000004bc48249a67f48124bbc53c1f454681eba06759022ab4 1.56 MB 3,502 45
Previous 10 blocks ↓
Total Size: 684.19 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,329.68 GB sent, 99.72 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.