Memory Pool Memory Pool Refreshing

63,178 transactions
28.33 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,918 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,678 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,917 (404,114 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
465,803 465,803 000000000000000001ddba9265e22afdecaa69d7b984bd7e63c4f10506413a00 1.00 MB 2,491 158
465,802 465,802 00000000000000000051d546b63a96ef14700acd2c25727105b1913bada45082 1.00 MB 2,200 212
465,801 465,801 000000000000000000ccbf6bb5571a3b6c7170edc0db33c111c3b895500f5681 0.00 MB 1 0
465,800 465,800 0000000000000000007f4f0dbc933198ef0fe6bfba1f33ab651948c3db206bd9 1.00 MB 2,928 158
465,799 465,799 000000000000000001097ddcc5207311e94adb2695ae550baab451e234b66b6a 1.00 MB 1,680 186
465,798 465,798 000000000000000000b800d04b1975adc9a5a677ecbda32b8ed4ed7ef91545ce 1.00 MB 2,425 247
465,797 465,797 000000000000000001ca60ed5ee4653736df491146d22bd2d3e9b661f5019687 1.00 MB 1,043 170
465,796 465,796 00000000000000000160f70a933c79cd4ab0d74a716e2d126488996abb305c69 1.00 MB 1,824 214
465,795 465,795 000000000000000000a5b6abb6f4954b1cb7f4567b9589c84709aec401c3d51e 1.00 MB 2,529 166
465,794 465,794 00000000000000000197bccfdfa6dfb26ecfce207622401cd77bb4e1154982e2 1.00 MB 1,511 182
465,793 465,793 00000000000000000075753671022bd9236aa190dcc0af137e6ca2e1b751e56f 1.00 MB 2,141 231
465,792 465,792 0000000000000000009acc8b30f383beb7d84062edf8c06f6ad79840d54f965a 1.00 MB 1,402 182
465,791 465,791 0000000000000000018fbf469fe5d79601531ff16e0d77169c2492b3c399d3da 1.00 MB 2,605 261
465,790 465,790 0000000000000000010022a8e2de70fa6155c1e0c4f2bbecc79c490999d9c96b 1.00 MB 2,466 270
465,789 465,789 000000000000000000be620155cb3c2dd1b5e3cba199ac58115b2f6124e7af6b 1.00 MB 2,076 215
465,788 465,788 00000000000000000038a78087bf898587e5312d5320032dedc8931c57456f29 1.00 MB 1,695 181
465,787 465,787 0000000000000000001ef2db0e435cc54114bf758e5b347a7174e0fde31ccc75 0.99 MB 3,294 166
465,786 465,786 0000000000000000005ad789a702b836a0f331ab0202779ab8870dd6cb17b6e5 1.00 MB 2,718 176
465,785 465,785 000000000000000001cd86235c7934c8d0dfae093ae0a2736c5e69718c261a23 1.00 MB 2,016 179
465,784 465,784 000000000000000000f6a52475fe3199d0e3124763e202ffa6aaef6c06511916 1.00 MB 2,231 193
465,783 465,783 000000000000000001254a67305d0e08ac070158373f461e36b72a7a1e0e1a6a 1.00 MB 2,465 256
Previous 10 blocks ↓
Total Size: 699.31 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,158.61 GB sent, 205.78 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.