Memory Pool Memory Pool Refreshing

57,974 transactions
29.50 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,845 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 4,585 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,844 (13 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
864,822 864,822 00000000000000000000d99dd16e2ec0dc039bd323f608bb69499530ab9811a6 1.51 MB 5,818 4
864,821 864,821 0000000000000000000118acb953464162f69fe867f5328b1b1bafdc81fe1d51 1.65 MB 6,334 2
864,820 864,820 00000000000000000000b013fd479826632f09f85ffc126dbac3006a72e7117e 2.13 MB 2,993 2
864,819 864,819 00000000000000000000d98ea09238a733867da815e566cc2f1cda2c6fea2e35 1.66 MB 3,025 4
864,818 864,818 00000000000000000002fe616265291b96cae8c2e407f89f65c976b66081f7b7 2.05 MB 2,906 4
864,817 864,817 0000000000000000000172350d44da78dc02ceb0f3d16de1af8442948fa01751 1.62 MB 3,732 5
864,816 864,816 00000000000000000002ba00a7c45b5c157cf08643fae4039f910eb2f4d3b479 1.75 MB 3,158 4
864,815 864,815 00000000000000000000ee288c8aaa45e065554646c09b5062e30f17b63f4923 1.56 MB 3,739 6
864,814 864,814 00000000000000000002bd4cafa2ccffe7c305d9a6e119116d1fefc521c25cc5 1.57 MB 4,688 11
864,813 864,813 000000000000000000008ce6ea8740af1f3de6ba4958189c80aeb7cc6a3ca425 1.53 MB 3,137 7
864,812 864,812 00000000000000000001b3d9eb64cc12d432319d45da8cd88aa33d56a225599d 1.53 MB 4,345 10
864,811 864,811 00000000000000000000f5fbe650e850d0a0a34fa91e78000a03132f8e314b01 1.56 MB 5,004 13
Previous 10 blocks ↓
Total Size: 689.61 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,654.23 GB sent, 138.10 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.