Memory Pool Memory Pool Refreshing

1,182 transactions
0.28 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 sats/vbyte 3
1 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,792 00000000000000000002349e0000000000000000000000000000000000000000 0.27 vMB 1,176 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (43,160 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
864,631 864,631 00000000000000000000164027c2989cc1a4536b4aa21b4f96a4c30481784d01 1.55 MB 4,191 10
864,630 864,630 00000000000000000002f9da1196f5aa04b8d8b1423f9cd8a3f8ffafbd971de6 1.62 MB 3,845 5
864,629 864,629 00000000000000000003114378c605f8175119b785fea6d9e803bb13556ede15 1.59 MB 4,329 7
864,628 864,628 000000000000000000004da26806359f589d167612ee4ebeef99a2626891e88a 1.57 MB 4,170 13
864,627 864,627 00000000000000000000d558346742767c05c9f004b830b51afd18319b4be19b 1.58 MB 4,824 10
864,626 864,626 00000000000000000002c01c5f4bceccdce2fa51853c811b8ec2e03b11cff2f5 1.57 MB 5,460 7
864,625 864,625 0000000000000000000272281126723156e0abc33bd4829dd606233f2623ea81 1.54 MB 4,161 4
864,624 864,624 000000000000000000010da764dcddb173f8c54699e14f6c35bf7c9170c1c520 1.45 MB 3,709 9
864,623 864,623 00000000000000000002afbb64ad2d7b748373884e501fc454cae2fa8a4f0cf9 1.51 MB 4,294 7
864,622 864,622 000000000000000000022af2d7f4fe2296e9089dc8f1ac0aa4416653977d10e7 1.61 MB 5,491 9
864,621 864,621 0000000000000000000226e6e2131b1c11b7aeb15adb414f4e7ddf586e9311c5 1.56 MB 5,716 8
864,620 864,620 0000000000000000000124b70945b6a19de48a36e65466ca4c823e9b3d0e78a2 1.52 MB 5,285 10
864,619 864,619 0000000000000000000166a6e66ecd138182d73d621c3c84f6ce81f9fd9b3448 1.64 MB 4,692 4
864,618 864,618 000000000000000000026628f7aebab31e81789d14bf66802d04a0e2cd7b4d76 1.46 MB 6,998 7
864,617 864,617 000000000000000000027c592ae1d3519aaa94370b4f979a94bbde1736bdbf17 1.49 MB 6,010 8
864,616 864,616 00000000000000000001bc0695bbb2e7c9b344579eea7cc23df6e5ed0254958e 1.54 MB 5,142 7
864,615 864,615 000000000000000000020030ec0199c744fc4511a3a4b905ddfaa4ef6b212986 1.44 MB 7,186 12
864,614 864,614 0000000000000000000115982127a2cbe2b15ef71ba7c0ef8e74ac1b8dac62b4 1.49 MB 5,971 15
864,613 864,613 000000000000000000026f47fc07cba0a8218400bb4975d14a5c0f6c9eddb7c8 1.61 MB 5,468 7
864,612 864,612 000000000000000000006ffd51c789c4ccf060b780a0c913237744363adc4acf 1.94 MB 3,631 4
864,611 864,611 000000000000000000018cb4f8a44cfb3d6b50735ffae758c8ce93369ab7f71f 1.52 MB 6,354 7
Previous 10 blocks ↓
Total Size: 769.15 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,632.61 GB sent, 93.62 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.