Memory Pool Memory Pool Refreshing

37,631 transactions
31.11 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,031 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,908 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,030 (69,012 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
794,018 794,018 000000000000000000033d73f2ece204ed0803b0459b81733e8b91d227b4956c 1.16 MB 935 27
794,017 794,017 0000000000000000000555071a9667450146bd7dcfacb3a619655a660da39bdf 1.33 MB 2,097 30
794,016 794,016 000000000000000000040ff136e0d66536b27d33f09273ece9f3bd5025a6fa6e 1.54 MB 2,938 36
794,015 794,015 00000000000000000001ac25bb665760f7b6d40e7d55486788326c27bf322711 1.90 MB 3,715 10
794,014 794,014 000000000000000000005115f12776820be7a96f6a29a4d6cd92dc1b9fa68ddf 1.90 MB 2,791 17
794,013 794,013 00000000000000000005454ab0db83ad35afee86ef82d5e854769a1160a4b1fe 1.66 MB 2,725 21
794,012 794,012 00000000000000000002f5e6c318de5cb671cd0461b1e5cbce7c129a627eba0a 1.25 MB 995 27
794,011 794,011 00000000000000000002a5a700f5a2fc1ca4faf8a83729ef7f2e4b3d0088d068 1.52 MB 3,355 39
794,010 794,010 00000000000000000002e612474141aa8dac054fcea1c106bda7137418236712 1.97 MB 4,317 13
794,009 794,009 000000000000000000041b6133c449ff7d8bbc333be6328349320d3e172171cf 1.86 MB 2,780 17
794,008 794,008 00000000000000000001548314a1391ef8a6f4eb0a01f8e90d382305d45b69bd 1.64 MB 2,784 27
794,007 794,007 00000000000000000003b95eaf017bb567549278b12cebdcae57aba6cc7b239c 1.72 MB 2,692 18
794,006 794,006 0000000000000000000565862c38803266540ef06e6a1eb66e54f34820bc0dc3 1.61 MB 2,391 17
794,005 794,005 000000000000000000032589de1ad26851e0ea22a003417dadf39b14c6887043 1.64 MB 3,040 30
794,004 794,004 00000000000000000003112240c56af7a817f5f158d0aaf0248f110e0b515f0e 2.16 MB 3,061 11
794,003 794,003 00000000000000000004420ec3488ee3af36252dbc952c989c2d4b8327fc4e06 1.82 MB 3,569 11
794,002 794,002 000000000000000000020fc29c6ddb7162b522887e4d18efaa7231602dcbf6a7 1.48 MB 1,757 21
794,001 794,001 00000000000000000000103a6b327d76fb364188dc36a16ca6cfd1897543a073 1.79 MB 2,988 17
794,000 794,000 000000000000000000041a6f8136a9755dbf9f55a1c44757073eb1065db20b0a 1.97 MB 2,195 10
793,999 793,999 00000000000000000000a32e4e8bd97e5f05236c20928b6593cce29da25fd5c7 1.63 MB 2,166 24
793,998 793,998 0000000000000000000035bb15080ca544a00963c5bb81f8309b72e9449799c7 1.50 MB 3,241 39
Previous 10 blocks ↓
Total Size: 686.15 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,416.38 GB sent, 113.08 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.