Memory Pool Memory Pool Refreshing

57,002 transactions
20.45 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,995 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 2,694 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,994 (24,858 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,136 847,136 00000000000000000000a1556da019ecd9922262cba5d642564a2889c3bb7125 1.67 MB 3,879 60
847,135 847,135 00000000000000000002c4298b290f206d6dcb0cbb8f72379a69524b23d01eaa 1.66 MB 3,902 73
847,134 847,134 000000000000000000005a10d2eef626eb4e79de226c16dbcccd222569948170 1.69 MB 3,933 43
847,133 847,133 0000000000000000000208c164b994442d41cbc4e92d9753980667818a3744b2 1.58 MB 3,151 101
847,132 847,132 00000000000000000003127ab21775cc5066a93221c8bf18ae10ed1db7e22a75 1.67 MB 3,999 54
847,131 847,131 000000000000000000005c36a27bdd3d1a4c8ae1062944cab0ced87233175d89 1.64 MB 3,930 57
847,130 847,130 0000000000000000000024bd377f34e1a9dbcb49df4433828da49256f998fbb4 1.57 MB 4,528 37
847,129 847,129 000000000000000000025e50f6e271d1a65a3d48b9ba6e0ed34f6d0eb85c070f 1.60 MB 3,534 67
847,128 847,128 00000000000000000002eefa3906d3f1566941c5e2b841e776af040354d315d8 1.55 MB 4,256 36
847,127 847,127 000000000000000000002ac4d229203f1792f14eb233c594a6f8408830fbaf9e 1.54 MB 3,793 83
847,126 847,126 000000000000000000025e6db27de66d16492d8bb938c6cac46095beb110fbcb 1.51 MB 4,243 58
847,125 847,125 00000000000000000001c8a4f5614d0996f6864c5eec7833fea37a2eb0db31b6 1.42 MB 7,129 31
847,124 847,124 00000000000000000001e382a452afce9ed90172ae61586b5147de3399fd9f83 1.57 MB 3,920 66
847,123 847,123 0000000000000000000112fc1c550aed6dc14c67b581d262b09969909b368aba 1.70 MB 3,714 41
847,122 847,122 00000000000000000002d2552602720e35bc68ed79edf26c478b81231274fdd7 1.59 MB 4,840 40
847,121 847,121 0000000000000000000153940edc5e56e5ca92a2092a1c30bcfa62f1aa4390a3 1.55 MB 3,697 51
847,120 847,120 000000000000000000000289a4aaedf8f1125f51788a9fadfeef9e5cc6b2d304 1.50 MB 4,145 56
847,119 847,119 0000000000000000000067f48e0132e6ea93599abfcdba287aa244078e98ec6b 1.55 MB 5,054 56
847,118 847,118 000000000000000000011e400dbe673f582c69fec9526cd290abcd1e226a8b09 1.50 MB 4,736 48
847,117 847,117 00000000000000000001a021fefdf0b2e9a0799e0c945cbe4d6ea5aadf3219f1 1.55 MB 4,087 52
847,116 847,116 000000000000000000003e45bded75daecef06048b06faf4294253218d97c52f 1.47 MB 5,641 75
Previous 10 blocks ↓
Total Size: 703.20 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,584.32 GB sent, 232.61 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.