Memory Pool Memory Pool Refreshing

29,337 transactions
16.26 vMB
Show Random Selection Loading Transactions
Max Size: 91/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,654 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,382 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,653 (29 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
870,624 870,624 000000000000000000007105c21eca81faf45579d1b80bdf213f25ea64f1b69d 1.74 MB 3,095 6
870,623 870,623 00000000000000000002471913a8ad2d73f0461a9fd17139bc3e6f08d47e2961 1.59 MB 3,818 10
870,622 870,622 00000000000000000000707412c02d7f6538f0c4bedf4723ce3f9b6e7f015910 2.16 MB 2,298 3
870,621 870,621 000000000000000000029f1330a9a19100d215061251e986637c14e8c435ea83 1.97 MB 4,877 3
870,620 870,620 000000000000000000024858becc748f75a31ac469f4d64227b626f0b6bacaba 1.72 MB 3,446 9
870,619 870,619 00000000000000000001c77f3d0dc04c958d990f4d01f0e6fb1621bc26b8e20a 2.12 MB 3,177 4
870,618 870,618 00000000000000000000313a593ebda635e7deb8a693be508d8ef5ec6e33e202 1.89 MB 1,155 2
870,617 870,617 00000000000000000002426bbb27ecea272e7cac2c44a8daa59fd59a29f835b7 1.57 MB 2,969 7
870,616 870,616 000000000000000000013a7d1df95b661aebf64b41e3484161600d14e36a2b64 1.81 MB 2,681 4
870,615 870,615 000000000000000000027b078a66d46a6f0d6ad761cad12cba335631517181b4 1.56 MB 3,135 3
870,614 870,614 000000000000000000009b969bbea017368241b4c9bf9cb6bbda8805be524213 2.01 MB 5,147 2
870,613 870,613 00000000000000000001ff987fde3226445864a9bc09cd284e09a214f8f6c1ee 1.67 MB 3,091 5
870,612 870,612 00000000000000000001eac50de75a8c9f64bd32072ddda72ae73c84881d7659 1.58 MB 3,476 8
870,611 870,611 0000000000000000000124004f105d3ae64307160ab5a73b167c52a500bbaf8e 1.65 MB 3,678 9
870,610 870,610 000000000000000000013cb5c0abeebc0055f4de80c8b50ec28769579d95bbb6 1.83 MB 3,523 7
870,609 870,609 0000000000000000000230d9c0931ea7132d89eec381e6b0599590d58656bbf8 1.52 MB 3,521 12
870,608 870,608 000000000000000000023aa5596f1e4f8c67954b843ff722964e51e0f5cf0b8d 1.66 MB 3,606 6
870,607 870,607 0000000000000000000117851f9995fd1ac9d516eb10d5656ec0a7ecb03cae2c 1.56 MB 3,999 8
870,606 870,606 000000000000000000002f923c7234ccd8009c7d1682ab059a1b2ce21d93e140 1.77 MB 2,577 4
870,605 870,605 0000000000000000000003eedbbf7957f86cf0c155fd2146fb3bd91b63009a23 1.86 MB 3,413 6
870,604 870,604 00000000000000000001cc31a4b4367c4e1722384c5bb8592f95008026b178ae 1.51 MB 3,759 9
Previous 10 blocks ↓
Total Size: 700.69 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: 2,377.01 GB sent, 215.02 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.