Memory Pool Memory Pool Refreshing

3,385 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,703 (749,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
158,081 158,081 0000000000000034952b54bf0f951246235594d335d27203a0b4d9e9569a25e6 0.01 MB 31 51
158,080 158,080 00000000000003e9f8f54f19a37f8eea3dc94fcf2587986a40480be9f8885cb0 0.02 MB 69 136
158,079 158,079 0000000000000aa3d45111a426860b4fa5922aec3bb790942db737f32bf511c3 0.01 MB 39 118
158,078 158,078 00000000000002434ed17ed428d2c6e61578f6d312111f8a6093829f024cd04d 0.05 MB 117 179
158,077 158,077 0000000000000dd07e582155c57628ca36c85910e57e249dc8862b31a68f6c48 0.01 MB 16 328
158,076 158,076 00000000000001a54b53a6269385cf9d1cb079488ee0ffe0eff2bc8e293924a2 0.04 MB 127 102
158,075 158,075 0000000000000ceaf5fc53f30960af72591f909a423368b019eb16fcfe856652 0.00 MB 11 17
158,074 158,074 00000000000002340fba3458320871ee23f47cd0340f3c3ac7a366777f5399d4 0.04 MB 103 220
158,073 158,073 0000000000000b5b3f211085d0589c211c44a02f57b6488e00b6a1196f64e081 0.03 MB 42 143
158,072 158,072 0000000000000d018e238747acf2ef539511f54424b8a39db20e729f638858c9 0.01 MB 16 37
158,071 158,071 00000000000003a8b03cdb532821fc6c327b72381ac4774d443d5caca68aeec2 0.06 MB 37 153
158,070 158,070 0000000000000878a73cee3217326825cb2ab15fc3cd36e9235c8b6adf1e51ff 0.04 MB 136 98
158,069 158,069 00000000000001e3a15f2c7dfa604979692ddc3d43a6be25bdea518a5a9cf384 0.02 MB 76 99
158,068 158,068 0000000000000b2350cd70d806b308f1dda3144999749dbc808a0dca0a0a812f 0.03 MB 81 115
158,067 158,067 000000000000011fceb50b5205060cdecf3dcee4951a4b77bbc1734f764be31b 0.00 MB 4 14
158,066 158,066 000000000000011dc65ec2c78ec4d7fda5cd978f67fd0f30440cb0198a8fd901 0.03 MB 53 230
158,065 158,065 0000000000000806946c362f1381cbe31672143ea9fbe3d92eb781d273f18ca9 0.04 MB 70 79
158,064 158,064 00000000000004bbf91a2902ff5b339b007fef8fb6c93feff799b4225fbec4d9 0.00 MB 10 120
158,063 158,063 0000000000000c473ed20185b84094d64f0bf255c50fb9368d997f60f39aac09 0.01 MB 22 8
158,062 158,062 00000000000001f93d3314edff1e85ecfe230cfff7e6969ea72f3f476b436821 0.01 MB 22 192
158,061 158,061 00000000000005ef936c29b0fb25ccd0a634dad0fefadce3b4593e9a20295024 0.02 MB 37 843
Previous 10 blocks ↓
Total Size: 768.99 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,616.57 GB sent, 92.76 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.