Memory Pool Memory Pool Refreshing

3,271 transactions
1.70 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,884 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (597,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
310,134 310,134 00000000000000000f23981d1e566b0d68724696b58349171752ab4bce320e3f 0.17 MB 512 51
310,133 310,133 000000000000000018d8aae1b701879529f2f08efcc97a54a51f7ae830f07967 0.18 MB 370 28
310,132 310,132 00000000000000000208373138f66e10c7ce978cd8b79634969b58bac56dc020 0.58 MB 1,136 33
310,131 310,131 000000000000000012918b6694beaec82b1e810767029f8b003b969f77c06890 0.32 MB 332 22
310,130 310,130 000000000000000018ebc9f9cc44f5fa4ffca2fd7787bb265c67500e184157ff 0.35 MB 882 40
310,129 310,129 0000000000000000361bc5d04e56e2236b33e40473ccd20088ffb6dc1d22c20f 0.28 MB 250 28
310,128 310,128 00000000000000001bf69f3bb819cc7e7f2befe139c0137931a872fd6ec57f4a 0.35 MB 566 28
310,127 310,127 000000000000000002c16ebbe24c101884dcaf55639bd677ce0dfe71e169bbc8 0.04 MB 54 22
310,126 310,126 00000000000000003bdc38424386119d88010108ba1ffec6f80e966d54cf40ab 0.49 MB 519 21
310,125 310,125 000000000000000025886bb0418aeb8dc64598e6b3ddb0ddc5f502087858ea59 0.00 MB 4 4
310,124 310,124 000000000000000002f84280c61cf4a92837e6cceffb5a319bb2bf202788fdcf 0.19 MB 288 25
310,123 310,123 00000000000000001b7d14addb4c0b7fe0d55995a588e4e99ac493ca4c412e84 0.35 MB 456 18
310,122 310,122 0000000000000000367b63a30d3b36db758af1235e0467a630b942a1695eee81 0.59 MB 854 27
310,121 310,121 0000000000000000328e32a12142857fb285b14063e2d1faf67e6a3cd006df95 0.83 MB 1,567 30
310,120 310,120 0000000000000000274d7cb9969fd5844c2e9776ea910cff3e86686b1f65e95a 0.03 MB 64 68
310,119 310,119 0000000000000000374cfe23e4c1415264df5015524e1b124224957af3df5f3f 0.18 MB 314 27
310,118 310,118 000000000000000038ff61145b1469b2c519f12909f7235110fa67cc83a4cd55 0.33 MB 631 32
310,117 310,117 0000000000000000344d2ee5ae9abd29fb7bf5171c5279567e8df992dd7d504c 0.07 MB 139 27
310,116 310,116 00000000000000003ed411616a30b94175e04ea360054409fd8dd7f5e65f840d 0.05 MB 133 27
310,115 310,115 00000000000000001d5fb718dda1269c10b598487998edcb2e7721e08fcc4255 0.31 MB 595 28
310,114 310,114 00000000000000003d68426f885a958de9bc210d419c47441958e7d9965afda8 0.37 MB 423 20
Previous 10 blocks ↓
Total Size: 769.05 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,627.45 GB sent, 93.12 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.