Memory Pool Memory Pool Refreshing

7,435 transactions
3.44 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,861 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (84,524 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
823,186 823,186 00000000000000000003534154b0e1ff38eb6412167e59bb2739bdaa283cdc6e 1.70 MB 3,775 398
823,185 823,185 0000000000000000000178361ba4cf08d9fda7443ef0da1221f7b3ee5a57efed 1.90 MB 5,051 437
823,184 823,184 0000000000000000000286910129f4eaceabb84a776aacf2ceb0261ea657bb0d 1.44 MB 2,727 405
823,183 823,183 00000000000000000001963452729400d6ed07dd103b850e024e617a765a6e5a 1.92 MB 5,259 488
823,182 823,182 00000000000000000002e8febd52acda3962d3871cc9d558ab17a10e52140322 1.27 MB 1,963 331
823,181 823,181 000000000000000000014add3d212f05eb97ffcb504711150c9d2a35c0f612a2 1.81 MB 4,859 392
823,180 823,180 000000000000000000028d93651981314c0fa4cdf1b7835900757b520671accc 1.30 MB 1,841 347
823,179 823,179 0000000000000000000334fb59ddb0fca8e7410272f0813187315b685c352e10 1.75 MB 4,572 361
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,624.85 GB sent, 93.01 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.