Memory Pool Memory Pool Refreshing

7,480 transactions
3.45 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,888 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,723 (169,516 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
738,207 738,207 0000000000000000000853fd15d915f364590389e2984340adefbf272ed0eaf2 1.63 MB 2,496 18
738,206 738,206 000000000000000000008c045e73b90b8fcb258bff7fd2913c78d0604c72d70d 1.26 MB 2,344 29
738,205 738,205 00000000000000000007069e99125b7d08ef8541bf873679235e4af6a6c8406b 0.43 MB 780 10
738,204 738,204 00000000000000000002a27b18213d99579003bf70f6096c4c313542729df1b2 0.59 MB 915 12
738,203 738,203 0000000000000000000152c6fb4266f10d731f149c65ef4b65d0608ea6332f76 0.07 MB 62 13
738,202 738,202 00000000000000000002d337bff408087de3f6a960ad090fac2adc1500c7bc19 0.65 MB 1,216 12
738,201 738,201 000000000000000000034255d70f1d8a6ce1ffdf4a359cc484273d20f779addf 1.35 MB 870 3
738,200 738,200 00000000000000000004d1d9d8c574afeb421b713469dfe2086244334066a42b 1.63 MB 2,723 17
738,199 738,199 00000000000000000003c04793b534963559e0227d0cf7b0e39144b79decee23 0.67 MB 901 13
738,198 738,198 000000000000000000087a862b1fbb9d37d47c717248f38925461b2aaefbddf7 0.56 MB 768 8
738,197 738,197 0000000000000000000947b0f59c0baf0c8513af8d4d63b6770ffdc20aa77264 1.63 MB 1,608 5
738,196 738,196 0000000000000000000667b13b344cf667551f5ccbb9c32bdb183bc1060181a0 1.63 MB 2,565 13
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
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,624.85 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.