Memory Pool Memory Pool Refreshing

72,460 transactions
32.73 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,317 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 4,012 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,316 (160,201 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
710,115 710,115 00000000000000000008c9cb0938eea5071f7f8abe0de6a4d6596987169a1391 1.61 MB 690 4
710,114 710,114 00000000000000000003037af4951b1ad43f53bed205db49a6048a840fbf78e7 1.43 MB 949 6
710,113 710,113 00000000000000000000b64146cc3387425362de9eb3b3f37ec69ad0dda3cb72 1.82 MB 559 4
710,112 710,112 00000000000000000000befab36e545651b26dcd9425d3609817f23539dd1a97 1.58 MB 2,941 11
710,111 710,111 00000000000000000009e41933d57bb453b569a26034fc47cb71ff101e4ab15b 1.74 MB 1,314 5
710,110 710,110 00000000000000000001cdf8c9021c80ad8793267ed3656740e3426ab4580630 1.65 MB 2,134 9
710,109 710,109 0000000000000000000867d2d5ab2e8a2ac5358441c0082e77d634e6d0da6901 1.53 MB 2,568 11
710,108 710,108 00000000000000000004cdc28fdb07888113ed7f31e4fdf455785fda24cf7805 1.87 MB 114 2
710,107 710,107 0000000000000000000942448e6ae7bfbf2927f71acf79a37de99fe14fbe1b78 1.64 MB 1,904 10
710,106 710,106 000000000000000000033b2df3ca9a8fb7e0c56bb9fc1f7e38c3d172ed2b8ffc 1.77 MB 1,015 4
710,105 710,105 00000000000000000005cbc5c94f2f15a723648746fe59909598d2ab1d18e734 1.54 MB 2,742 9
710,104 710,104 00000000000000000004aa421ec5ff011de8b8fb53b20c33e269acd8776cb674 1.51 MB 2,341 14
710,103 710,103 0000000000000000000c1667c17550f08ac45d778105ad44e5ae382fd2f61600 1.80 MB 705 3
710,102 710,102 00000000000000000007e3af70510e9e87446316a224b905628283c87d993cae 1.79 MB 1,016 5
710,101 710,101 0000000000000000000bc69c387a1a4d455d92b21efc31d600a3cfabd28732dd 1.62 MB 635 2
710,100 710,100 00000000000000000002df6404758acb0228f7dcd7d7870188cd68c50acf89e4 1.24 MB 1,703 3
710,099 710,099 0000000000000000000713bbb586b2dfdb8978f7ec1059b4036b311effd2850c 1.53 MB 2,959 8
710,098 710,098 00000000000000000005acc7e33adceca688a2e1c4e1edda09419516210b363c 1.52 MB 3,030 7
710,097 710,097 00000000000000000007d6443cafe6db3f413a060bab73cf9b1d6f198e20b33a 1.54 MB 3,042 11
710,096 710,096 00000000000000000004c5edb574d2658dda35c2dcbaadba1352c4750b5d6208 1.67 MB 1,044 13
710,095 710,095 00000000000000000009ba2edb6d8fd743bf92c2ae0fcae8a248bd7b8aae243c 1.77 MB 163 9
Previous 10 blocks ↓
Total Size: 700.04 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,228.82 GB sent, 210.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.