Memory Pool Memory Pool Refreshing

5,671 transactions
2.48 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,935 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,409 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (8,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
899,064 899,064 00000000000000000000351a25983d1726b7255048b3ee78b1a9d6334b1a9191 1.66 MB 2,878 3
899,063 899,063 000000000000000000007c96864a736122e38ee850f1eb81b556087ee6023d03 1.51 MB 3,336 3
899,062 899,062 00000000000000000001b764d2f027b7829f3d2c56c5a279924a500dfff706ae 1.35 MB 2,183 2
899,061 899,061 000000000000000000011a7894660a6f04deeaf0544c3bf8e70dba82658e3ede 1.65 MB 2,711 2
899,060 899,060 000000000000000000014bcfff7a38033e85cd1ddf7e39dec038a80982c20764 1.76 MB 2,476 2
899,059 899,059 000000000000000000014d4a4387a6e67489cb6ded5643e1d0a1fc260d4b55eb 1.58 MB 4,152 6
899,058 899,058 0000000000000000000084d97af0851cc3977b8f5d6118e93960fe9b81b76d57 1.60 MB 2,179 2
899,057 899,057 000000000000000000001cbf06ff5d23d65ae112da1ad11e71a871d8b13cfbe8 1.82 MB 1,590 2
899,056 899,056 000000000000000000001cea86069091aaae3a8f656b7f4d13fd9df924319924 1.21 MB 1,798 2
899,055 899,055 000000000000000000002cbb7fedc708beb643e5dc861d278bd378178232e35d 1.80 MB 2,612 2
899,054 899,054 00000000000000000001f368ae031eea4aa0cb9c44ae5c7047ebb3b39bea994a 0.83 MB 1,373 2
899,053 899,053 000000000000000000011a88c0749ec02e08bc599acaff4cc720bdfc00b6e155 1.45 MB 2,515 2
899,052 899,052 00000000000000000001aa6be5b918d6305b6d2a893dc22ace86efef041d791b 1.63 MB 2,106 2
899,051 899,051 0000000000000000000002f1fd38170b6324570890ad9b76d5e87906db7174d9 0.55 MB 680 2
899,050 899,050 00000000000000000002276000320ce31f985193db44cc5d35a966ab818b8209 1.86 MB 2,035 3
899,049 899,049 0000000000000000000062d35353bdaf0bc3d0847bebeef8cfac7fbf4eb8e8fd 0.74 MB 1,153 3
899,048 899,048 000000000000000000015f3d13cc4a408fe2cf6645723b22b789278cafbf097c 1.75 MB 1,293 2
899,047 899,047 00000000000000000000db7633350b8faf29b797a5561d5711614ebd280f5742 1.60 MB 3,153 4
899,046 899,046 00000000000000000000b199d0aef5abd44e90d5f3850217aec9fff018425df3 1.53 MB 1,147 1
899,045 899,045 00000000000000000000130383cd7765c5a595db143c7100b7101b65713fd1d4 1.72 MB 3,299 5
899,044 899,044 00000000000000000000fb46de1d13dbfb9a6180345db00948dcb279fd1829f5 0.75 MB 1,165 1
Previous 10 blocks ↓
Total Size: 769.42 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,645.30 GB sent, 95.06 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.