Memory Pool Memory Pool Refreshing

72,171 transactions
30.67 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,211 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,266 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,210 (47,003 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
823,207 823,207 0000000000000000000241ed141d1673a69ffaa7619226c9a7941547c74911b1 1.56 MB 3,510 256
823,206 823,206 00000000000000000002465ef1321daa383762394cfcc08f36ad84d44d8b8a8b 1.69 MB 4,684 255
823,205 823,205 00000000000000000002e9e1d5f989eb603124ba45e84bde98f9e9152867a564 1.59 MB 3,769 327
823,204 823,204 000000000000000000038d6b2d9687454732fe610faeb7f296a6b9f85c0c2177 1.56 MB 3,747 355
823,203 823,203 000000000000000000012280d1016129d52723c9cdfd5780329549f5329ed48b 1.66 MB 4,830 332
823,202 823,202 00000000000000000000c5d0913892a9754dcdc4639126e7680e778b49fa2d5e 1.59 MB 4,680 368
823,201 823,201 00000000000000000003a4623c7c76d42177c9d7377a57d8d7efed7814cc64ee 1.63 MB 4,816 401
823,200 823,200 0000000000000000000284737160459470f3d0229e749dbcebd66f77590e66d7 1.61 MB 4,734 375
823,199 823,199 000000000000000000026425774cc3a55204f32b000bbe2503a8634a050bfd5b 1.61 MB 4,707 407
823,198 823,198 0000000000000000000086bf843826f8c91fc48e419ed712a6894d230cccccb1 1.55 MB 4,433 430
823,197 823,197 0000000000000000000092e3b61ac3c2be2f04fc44510dfbbe26ebddb3fd0ed3 1.59 MB 4,889 441
823,196 823,196 00000000000000000000f725fa5790818f983ded02ea446929f26a93c0b5e998 1.62 MB 5,356 375
823,195 823,195 0000000000000000000122c5509951551a077bc81a093fdc428466a7ccdca945 1.60 MB 4,841 404
823,194 823,194 000000000000000000035d4c73f6866d75a6829a5dbbf1085ac9537bb482fe0e 1.60 MB 5,385 462
823,193 823,193 00000000000000000003c61c49ec2eeefabcee71008d1a320a083062c127b734 1.63 MB 5,460 455
823,192 823,192 00000000000000000001c381a95e3eafa15fea7e0554ca1c853aae373307c604 1.64 MB 5,446 417
823,191 823,191 00000000000000000000adc18fa4b92edf1ac3caeba39a28024106d1288a3b02 1.56 MB 4,928 500
823,190 823,190 00000000000000000000a0c4d9917525f5283bfdcf775a4ff59e3e8569ea7240 1.71 MB 4,946 320
823,189 823,189 000000000000000000016ae6c807a76869a7e9fbe51d2899b1bcc35fcdca0e46 1.74 MB 2,110 305
823,188 823,188 00000000000000000002463f44e6279e3193f853207f848d0d1d453a57db7a4d 1.71 MB 3,737 337
823,187 823,187 000000000000000000028ecd4b8c5e2cd6f9f8a693f63526cba87b8baea0fe01 1.60 MB 3,737 377
Previous 10 blocks ↓
Total Size: 699.85 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,197.15 GB sent, 209.40 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.