Memory Pool Memory Pool Refreshing

10,054 transactions
4.47 vMB
Show Random Selection Loading Transactions
Max Size: 25/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,724 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,949 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (169,528 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,195 738,195 000000000000000000090ccecf2e5bb03b1c1c17bd1c1eb633159346ee564597 1.61 MB 2,309 11
738,194 738,194 00000000000000000007df5e4f1bfbba1298ae04971973d8b561a9f95111f2ca 1.71 MB 1,868 9
738,193 738,193 000000000000000000073329aa0872c68511f7eba549626c40f9f23bcadf93bd 1.55 MB 1,617 11
738,192 738,192 0000000000000000000307685906ff80dbeb3f4e50237099d3bb0a87d788e370 1.70 MB 2,843 9
738,191 738,191 00000000000000000005b02ff600385f8ed03b57c5aa2fd0110eaa730d4c5796 1.74 MB 2,569 11
738,190 738,190 0000000000000000000765b3eaf12c1f705bf3e071e24c4bf806f132d5b05bad 1.51 MB 2,926 19
738,189 738,189 00000000000000000000f506ea5f473210cb9fe00d68fc950a9282adb471a1b6 1.64 MB 2,748 7
738,188 738,188 0000000000000000000661821500a8616aecb08803ac69c9e0e0c36dd6f5a8a7 1.68 MB 2,878 10
738,187 738,187 00000000000000000004e6e18d0e3d8f994e891f2d8def719d7e0b19470f4901 1.37 MB 2,120 17
738,186 738,186 0000000000000000000709b965ba9904db45740cb40c21f420785043e77d5bed 1.71 MB 2,819 17
738,185 738,185 00000000000000000007daa99f4b415cb00f848c23217f3cae19868e74e4f7f3 1.46 MB 2,861 22
738,184 738,184 000000000000000000043c0e3fac947be83f0672e6e6f0672e5d2d4775dbdd26 1.42 MB 2,401 32
738,183 738,183 000000000000000000060a27ef471fbd1911280724b8bb6da54ab5da22764ac2 1.66 MB 2,814 15
738,182 738,182 000000000000000000059d0d9fc6fea2875409fac102a4f3e2865a6a852829d2 1.49 MB 3,104 23
738,181 738,181 000000000000000000016d3d9384f8bd875469a6a6125cfbb578766e7480213c 1.50 MB 3,066 21
738,180 738,180 00000000000000000001c356f6cbcee6d2303d49db490ccc274a4501c15549cd 1.55 MB 1,340 4
738,179 738,179 00000000000000000007968e17096560c2023cc3931d585eeb62c02b69d62714 1.50 MB 3,289 17
738,178 738,178 0000000000000000000767e5fc2392d16fb6c6e4e65688dc954c970c857ba02b 1.69 MB 1,118 3
738,177 738,177 00000000000000000006542204ad48d2306c606847a75486d3ee97d7901d635d 1.71 MB 2,433 7
738,176 738,176 00000000000000000004c339146c06408f9ed58c587d963cee262b0f96bdf287 1.40 MB 2,560 18
738,175 738,175 00000000000000000000ef1f67a1d07ee5064dc9745bef00ceaac886bc9a17e9 1.11 MB 958 15
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.02 GB sent, 93.01 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.