Memory Pool Memory Pool Refreshing

47,245 transactions
26.84 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,418 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 2,359 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,417 (13,699 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
849,718 849,718 00000000000000000001e46e40e9192d92111ffcc9d31ff1d73593614c4e2d1c 1.53 MB 4,694 22
849,717 849,717 0000000000000000000086abdd12e441e5ccbf8306573c123c8e17202753671e 1.50 MB 3,402 27
849,716 849,716 000000000000000000012d4f614d7bbb89642179db93c41c62e5d4c4eb3a821b 1.85 MB 2,007 9
849,715 849,715 00000000000000000002b5490e642d43c6cd06807c6921c9d8d6c97fb17626a4 1.73 MB 5,578 11
849,714 849,714 0000000000000000000293507e33e7408d94c2fbef7c47cf7371150bb4c38915 1.51 MB 4,430 20
849,713 849,713 00000000000000000002c21f8fdbc1dce40e8df59ef314e081206dbcf64915d1 1.64 MB 3,270 10
849,712 849,712 00000000000000000002e45a62c0e8b15f4f75c61f1cc5cc116fa4e304ac4932 1.46 MB 4,146 14
849,711 849,711 00000000000000000000cf9022544b78c21c45d844b249e0304dcdd46df6a366 1.52 MB 4,968 16
849,710 849,710 0000000000000000000218236174583ad678294c0a02f67e27f252cbeca5fd90 1.62 MB 4,961 19
849,709 849,709 00000000000000000002bdc614c3f6a2d6c4f35a9556fdd7c86d9de633106e6a 1.51 MB 4,360 25
849,708 849,708 00000000000000000001f7da80022f30cb86294bfe2b1f3f0a32e7571eb230a9 1.58 MB 3,742 15
849,707 849,707 00000000000000000001bdc50bb995058032154c52b10b8b44778cece0b9a3fb 1.67 MB 3,113 11
849,706 849,706 000000000000000000015b57f98553dce4b576055a2ccd6529c717e151c9b24a 1.64 MB 3,045 9
849,705 849,705 0000000000000000000220d7b8067f76cb01065761ac963f79399c7df9327d89 1.59 MB 3,142 13
849,704 849,704 000000000000000000015659473d694a2134dcc1d3d4e4aa387b28af69639fd3 1.73 MB 1,164 9
849,703 849,703 00000000000000000001cccebb881ad97db9061466f2468a3648dee5470dd8b4 1.69 MB 2,047 11
849,702 849,702 00000000000000000002f6798c20267e4a67da07bc1adba8c9af5b05ddd629b9 1.74 MB 730 9
849,701 849,701 00000000000000000000835998f964f3d816f2cf0de1cc970b2738e259e32b4d 1.73 MB 878 10
849,700 849,700 000000000000000000018dd05c43695521b8adbb61e686644933fb4d08bf2ed6 1.79 MB 1,168 9
849,699 849,699 000000000000000000017855c2903c47701ca66f33f1b7a131ef8a157fa8b221 1.67 MB 2,884 12
849,698 849,698 00000000000000000000764d4e76da4696b201e39d4c3537941e5bab1a05c359 1.74 MB 3,104 14
Previous 10 blocks ↓
Total Size: 686.91 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,497.38 GB sent, 117.85 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.