Memory Pool Memory Pool Refreshing

64,472 transactions
25.75 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,942 000000000000000000030ecd0000000000000000000000000000000000000000 1.00 vMB 5,728 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,941 (98 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,843 864,843 0000000000000000000141f7ac73979a5ff77571e412a9263b01d447f37fb442 1.50 MB 5,282 13
864,842 864,842 00000000000000000001e503931cc528b359d1f5493d99cc2321dfe2bd6c6dd5 1.49 MB 5,848 13
864,841 864,841 0000000000000000000230fe06186b386d3e7228ddc3799a53d8f2a745aa6d9f 1.42 MB 6,897 26
864,840 864,840 00000000000000000000b04d6bb125a5e274dcc539d5af654ac175f2d8b21a9d 1.45 MB 6,976 29
864,839 864,839 00000000000000000001c395ddf261bdde57229f29e15343ec32b0a1d08f0d57 1.46 MB 7,011 28
864,838 864,838 000000000000000000013af7abb744bbadef57a20044a819036efaa97ffdc597 1.51 MB 6,623 9
864,837 864,837 0000000000000000000044421c3801658d9d862ae47de31799ea8ea248b5ca9f 1.47 MB 6,629 9
864,836 864,836 00000000000000000002edb67cacc22cba1f5725484e3b0b14ac74aaa18fbdcf 1.48 MB 6,088 10
864,835 864,835 00000000000000000000d41e14323a61befb7ae27fc6c846cee03d401c4c5791 1.52 MB 5,210 13
864,834 864,834 00000000000000000003159682c075a41a3653670cdd7a90080cb23a1b74f59b 1.57 MB 3,887 18
864,833 864,833 000000000000000000011108b150dd946ae2bc8d2129d278080e5b04091e360d 1.50 MB 3,596 8
864,832 864,832 00000000000000000001a4cc6acb5ac2e99da0e8a57bbf9c86491bc157f1ec10 1.65 MB 2,939 9
864,831 864,831 000000000000000000006cfbb55f332b9fe6b397fd0441f96d5704132da655ff 1.51 MB 2,992 7
864,830 864,830 00000000000000000000ac7d73168d516be1eda51e54cc6fc7bc30c36eab05cf 1.53 MB 4,393 11
864,829 864,829 00000000000000000001484d6a3b5358e6bb315ef91ffbb0268673548b7094fd 1.49 MB 5,230 12
864,828 864,828 00000000000000000002f55e11645078a3b6f7829212b37d5ca697c1edf8fb96 1.56 MB 6,412 18
864,827 864,827 00000000000000000002a415d080b49ccec9a066056409428896fafc5f05abaf 1.53 MB 4,537 17
864,826 864,826 00000000000000000001f0bc4a5c0f06dc464f361e838c96591294faebe3cae0 1.32 MB 2,092 6
864,825 864,825 000000000000000000014106dff2d1e4ff0a1724e6cf0002b7b48da42372c581 1.50 MB 3,558 17
864,824 864,824 00000000000000000002d57b02f9a7e92cd118e75e8a393df8293f51f8736b42 1.54 MB 5,853 3
864,823 864,823 00000000000000000000bd019c48fa667f66ec22c8f4addf879c0fe3c464853b 1.56 MB 6,089 4
Previous 10 blocks ↓
Total Size: 689.80 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,661.19 GB sent, 139.38 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.