Memory Pool Memory Pool Refreshing

4,153 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,994 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,712 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,993 (768,681 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,312 139,312 00000000000000c0060e7b156d77183370b460507e9ab12df54166febe4eb2c3 0.05 MB 110 199
139,311 139,311 000000000000021fc45184debd5be6cbd3290a1e2b9f90f1318c1540a956de8b 0.05 MB 127 291
139,310 139,310 00000000000002cd265e5acd6a1fdee0ad8fe8e9992ba4ee20759fad5d63d491 0.01 MB 34 71
139,309 139,309 0000000000000830abede7315713e8db1be8dc540f524e77e3e80f11abe4d5cb 0.05 MB 102 226
139,308 139,308 0000000000000728dbe00b8c0878d088fd9327729331e4132e51040b7a9a0268 0.01 MB 11 316
139,307 139,307 00000000000001ada58524f7849df9dd37ee669bec7772a34a747965c10b9f13 0.05 MB 111 187
139,306 139,306 000000000000085f2f63a7ab5202d26f409245d34f284125c3bdeb421ead78a8 0.03 MB 76 226
139,305 139,305 0000000000000613e331e15d0c10db91f2b19e7098e74601d2b80711c50768a4 0.03 MB 43 383
139,304 139,304 0000000000000301451b5e7288d91473464c3f5db4e524acdc3d2324f2b61b01 0.02 MB 35 142
139,303 139,303 000000000000026a1faa2498cd589a62b16e1b479e0eaf0505da60d096b7d77b 0.04 MB 115 229
139,302 139,302 0000000000000012b0a05ceaa9052bb4e655d585aff70998d10e8c219cb3aeb1 0.01 MB 19 275
139,301 139,301 00000000000007644d1255977715204f38f1c261948853bc074eff7f9b9ba9e2 0.05 MB 143 1,351
139,300 139,300 00000000000005e731df0d5027a6fc6657a4bf93fa38b9d3a2cc1cb289d69601 0.01 MB 23 511
139,299 139,299 0000000000000125fe5ed030b41fecb0e03890b1e85d802feeca690626f274fa 0.01 MB 20 1,739
139,298 139,298 00000000000002d0e9b52fdf1db9227ea574e2d96fece9f96d0e49eb2e81b611 0.05 MB 101 43
139,297 139,297 00000000000008a33e3c909315e9bfb48dc997c1ee79c359c9675127cc2e90d0 0.06 MB 110 146
139,296 139,296 000000000000050d929d26a1030f7ba99bf5f726f8c9a3269f6a781cde94398e 0.05 MB 124 169
139,295 139,295 00000000000006f0125d3584907e1b0dba73d7bd9f6b73b86942d1149125938b 0.00 MB 11 12
139,294 139,294 00000000000000b52da29cad7ea4f9a2b8b994c9a1a731bf0464d186f0195776 0.01 MB 30 61
139,293 139,293 00000000000006a21926f0d45f07c9a1aa418d29e63eb1b33062a72d27df1af0 0.00 MB 9 0
139,292 139,292 000000000000033dc6242d4c812c3d185fec02a583c898ea4a09438a25095eae 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.53 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,648.16 GB sent, 95.61 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.