Memory Pool Memory Pool Refreshing

8,303 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,726 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,172 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (607,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
300,619 300,619 00000000000000001f3f2e62d5eaae40d874bf1e5271380ebcfea7d8a163c0b5 0.24 MB 75 10
300,618 300,618 0000000000000000188a893bc765dff9d648e6342ced5ab5f0ad681d1628dd0a 0.25 MB 624 37
300,617 300,617 00000000000000001160a98389b22061ac0652feb6d5f0632da4132aa659fbc2 0.08 MB 15 3
300,616 300,616 00000000000000001b419c29b0cbce08d66dd192c0664346ce8f7dc27c4144e4 0.23 MB 212 18
300,615 300,615 00000000000000001b1d1b652b2dee13ee59f0e72c8822aed7baa717463441f5 0.35 MB 838 38
300,614 300,614 0000000000000000226e2f66e7486fc6fe7f726b82ab3e0243caaef7cfd8b38f 0.35 MB 622 33
300,613 300,613 00000000000000003ed0e88356b4edde94172b550f77a0019379f49a0977c18e 0.15 MB 258 22
300,612 300,612 00000000000000003a57190adb3ff3e5cd571a24f94e338ea32662abc7faccfa 0.09 MB 256 47
300,611 300,611 0000000000000000730c5dc49925f64ad995f8f3ca24afcfcb6cecd4019bf7fd 0.26 MB 485 28
300,610 300,610 0000000000000000615ac903b7f714da6c7bb7cf4a6024751e93e8cbe44951c8 0.07 MB 128 31
300,609 300,609 00000000000000005a693cd5c81c2e802ce65f99381b18d678258630799e68a4 0.18 MB 323 28
300,608 300,608 0000000000000000095b3e83afb1939bb51d02728e638522e37b4dd2c149fc58 0.41 MB 757 31
300,607 300,607 00000000000000006c4e87293ec2d9c412c8b78ecf00270c89b7b2c4d8827418 0.06 MB 86 24
300,606 300,606 0000000000000000653575a31122dd032b8f72b9fa4a616eb51e56e9df4d0d74 0.01 MB 10 15
300,605 300,605 00000000000000002c3c605caf6947c35944b60d737f4e8d8b7b028126180e44 0.34 MB 627 32
300,604 300,604 00000000000000005aeb6f1980c6df7e51fa998537f676a1a6487b6d8b5cc348 0.48 MB 769 24
300,603 300,603 000000000000000016919539a45bf290894e5e46f5ca7ab60d387f92350732ae 0.19 MB 512 46
300,602 300,602 000000000000000050791dc989adfbdc514fd9a52dc6858fb5c915a059caed93 0.06 MB 67 11
300,601 300,601 00000000000000000fb9707a7897956ed3342938f687ad1d9f538fa989d05801 0.31 MB 515 27
300,600 300,600 000000000000000004c7e013d3f07843c6862111256e6276710fe701eea63101 0.75 MB 1,488 33
300,599 300,599 00000000000000005146c8b4715a5d1dd591f2786c1f54bee98b09b5119625bb 0.10 MB 188 28
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,625.44 GB sent, 93.03 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.